Html Css Color HEX #7F9EE0 Jordy Blue

📋 copy color: '#7F9EE0'

red 127 ◦ green 158 ◦ blue 224

#7F9EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7F9EE0

Tints of Jordy Blue #7F9EE0

RGB

 RED value IS 127 (50% from 255) = 24.95%

 GREEN value IS 158 (62.11% from 255) = 31.04%

 BLUE value IS 224 (87.89% from 255) = 44.01%

R = 24.95%
G = 31.04%
B = 44.01%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7F9EE0 (or 0x7F9EE0) is known color: Jordy Blue. HEX triplet: 7F, 9E and E0. RGB value is (127,158,224). Sum of RGB (Red+Green+Blue) = 127+158+224=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F9EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9EE0 is #80611F. Grayscale: #9B9B9B. Windows color (decimal): -8413472 or 14720639. OLE color: 14720639.

HSL color Cylindrical-coordinate representation of color #7F9EE0: hue angle of 220.82º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F9EE0 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 158 224 -
CMYK 0.43 0.29 0 0.12
HSL 220.82º 0.61% 0.69% -
HSV(B) 220.82º 0.43% 0.88% -
XYZ 34.43 34.35 75.34 -
YUV 156.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 127 158 224 0.43 0.29 0 0.12 220.82 0.61 0.69
Hex 7F 9E E0 2B 1D 0 C DD 3D 45
Octal 177 236 340 53 35 0 14 335 75 105
Binary 1111111 10011110 11100000 101011 11101 0 1100 11011101 111101 1000101

Color Harmonies of #7F9EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9EE0

Black with #7F9EE0

Text Example


Text Example

White with #7F9EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F9EE0;
 }
 .AnyTagClassName
 {
   color: #7F9EE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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