#7A9CEB

Color #7A9CEB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7A9CEB

Tints of Jordy Blue #7A9CEB

Color information

#7A9CEB (or 0x7A9CEB) is unknown color: approx Jordy Blue. HEX triplet: 7A, 9C and EB. RGB value is (122,156,235). Sum of RGB (Red+Green+Blue) = 122+156+235=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A9CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9CEB is #856314. Grayscale: #9A9A9A. Windows color (decimal): -8741653 or 15441018. OLE color: 15441018.

HSL color Cylindrical-coordinate representation of color #7A9CEB: hue angle of 221.95º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A9CEB is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122156235-
CMYK0.480.3400.08
HSL221.95º73.86%70%-
HSV(B)221.95º48.09%92.16%-
XYZ34.9133.9183.3-
YUV154.84173.24104.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 23.78%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 235 (92.19% from 255) = 45.81%
R=23.78%
G=30.41%
B=45.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221562350.480.3400.08221.9573.8670
Hex7A9CEB302208de4a46
Octal1722343536042010336112106
Binary11110101001110011101011110000100010010001101111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9CEB; }

 p { color: rgb(122,156,235); }

 H1.HeaderClassName
 {
   color: #7A9CEB;
 }
 .AnyTagClassName
 {
   color: #7A9CEB;
 }
</style>
background-color css

<style>
 a { background-color: #7A9CEB; }

 a { background-color: rgb(122,156,235); }

 div.DivClassName
 {
   background-color: #7A9CEB;
 }
 .BgClassName
 {
   background-color: #7A9CEB;
 }
</style>
border-color css

<style>
 span { border-color: #7A9CEB; }

 span { border-color: rgb(122,156,235); }

 td.TdClassName
 {
   border-color: #7A9CEB;
 }
 .TagClassName
 {
   border-color: #7A9CEB;
 }
</style>