#7a9deb

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

Shades of Jordy Blue #7A9DEB

Tints of Jordy Blue #7A9DEB

Color information

#7A9DEB (or 0x7A9DEB) is unknown color: approx Jordy Blue. HEX triplet: 7A, 9D and EB. RGB value is (122,157,235). Sum of RGB (Red+Green+Blue) = 122+157+235=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A9DEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9DEB is #856214. Grayscale: #9B9B9B. Windows color (decimal): -8741397 or 15441274. OLE color: 15441274.

HSL color Cylindrical-coordinate representation of color #7A9DEB: hue angle of 221.42º 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 #7A9DEB is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122157235-
CMYK0.480.3300.08
HSL221.42º73.86%70%-
HSV(B)221.42º48.09%92.16%-
XYZ35.0834.2583.36-
YUV155.43172.9104.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.74%
GREEN value IS 157 (61.72% from 255) = 30.54%
BLUE value IS 235 (92.19% from 255) = 45.72%
R=23.74%
G=30.54%
B=45.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221572350.480.3300.08221.4273.8670
Hex7A9DEB302108dd4a46
Octal1722353536041010335112106
Binary11110101001110111101011110000100001010001101110110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a9deb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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