#7F9EE8

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

Shades of Jordy Blue #7F9EE8

Tints of Jordy Blue #7F9EE8

Color information

#7F9EE8 (or 0x7F9EE8) is unknown color: approx Jordy Blue. HEX triplet: 7F, 9E and E8. RGB value is (127,158,232). Sum of RGB (Red+Green+Blue) = 127+158+232=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F9EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9EE8 is #806117. Grayscale: #9C9C9C. Windows color (decimal): -8413464 or 15244927. OLE color: 15244927.

HSL color Cylindrical-coordinate representation of color #7F9EE8: hue angle of 222.29º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F9EE8 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB127158232-
CMYK0.450.3200.09
HSL222.29º69.54%70.39%-
HSV(B)222.29º45.26%90.98%-
XYZ35.5434.7981.19-
YUV157.17170.23106.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.56%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 232 (91.02% from 255) = 44.87%
R=24.56%
G=30.56%
B=44.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1271582320.450.3200.09222.2969.5470.39
Hex7F9EE82D2009de4646
Octal1772363505540011336106106
Binary11111111001111011101000101101100000010011101111010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,158,232); }

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

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

 a { background-color: rgb(127,158,232); }

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

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

 span { border-color: rgb(127,158,232); }

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