#7A9FE2

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

Shades of Jordy Blue #7A9FE2

Tints of Jordy Blue #7A9FE2

Color information

#7A9FE2 (or 0x7A9FE2) is unknown color: approx Jordy Blue. HEX triplet: 7A, 9F and E2. RGB value is (122,159,226). Sum of RGB (Red+Green+Blue) = 122+159+226=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #7A9FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FE2 is #85601D. Grayscale: #9B9B9B. Windows color (decimal): -8740894 or 14851962. OLE color: 14851962.

HSL color Cylindrical-coordinate representation of color #7A9FE2: hue angle of 218.65º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A9FE2 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB122159226-
CMYK0.460.3000.11
HSL218.65º64.2%68.24%-
HSV(B)218.65º46.02%88.63%-
XYZ34.1534.4276.8-
YUV155.58167.74104.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.06%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 226 (88.67% from 255) = 44.58%
R=24.06%
G=31.36%
B=44.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1221592260.460.3000.11218.6564.268.24
Hex7A9FE22E1E0Bdb4044
Octal1722373425636013333100104
Binary1111010100111111110001010111011110010111101101110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,159,226); }

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

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

 a { background-color: rgb(122,159,226); }

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

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

 span { border-color: rgb(122,159,226); }

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