Html Css Color HEX #7F9EEA Jordy Blue

📋 copy color: '#7F9EEA'

red 127 ◦ green 158 ◦ blue 234

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

Shades of Jordy Blue #7F9EEA

Tints of Jordy Blue #7F9EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 24.47%
G = 30.44%
B = 45.09%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F9EEA (or 0x7F9EEA) is known color: Jordy Blue. HEX triplet: 7F, 9E and EA. RGB value is (127,158,234). Sum of RGB (Red+Green+Blue) = 127+158+234=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F9EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9EEA is #806115. Grayscale: #9D9D9D. Windows color (decimal): -8413462 or 15375999. OLE color: 15375999.

HSL color Cylindrical-coordinate representation of color #7F9EEA: hue angle of 222.62º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F9EEA is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 158 234 -
CMYK 0.46 0.32 0 0.08
HSL 222.62º 0.72% 0.71% -
HSV(B) 222.62º 0.46% 0.92% -
XYZ 35.83 34.91 82.69 -
YUV 157.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 127 158 234 0.46 0.32 0 0.08 222.62 0.72 0.71
Hex 7F 9E EA 2E 20 0 8 DF 48 47
Octal 177 236 352 56 40 0 10 337 110 107
Binary 1111111 10011110 11101010 101110 100000 0 1000 11011111 1001000 1000111

Color Harmonies of #7F9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9EEA

Black with #7F9EEA

Text Example


Text Example

White with #7F9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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