Html Css Color HEX #7F9EEF Jordy Blue

📋 copy color: '#7F9EEF'

red 127 ◦ green 158 ◦ blue 239

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

Shades of Jordy Blue #7F9EEF

Tints of Jordy Blue #7F9EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 24.24%
G = 30.15%
B = 45.61%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7F9EEF (or 0x7F9EEF) is known color: Jordy Blue. HEX triplet: 7F, 9E and EF. RGB value is (127,158,239). Sum of RGB (Red+Green+Blue) = 127+158+239=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F9EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9EEF is #806110. Grayscale: #9D9D9D. Windows color (decimal): -8413457 or 15703679. OLE color: 15703679.

HSL color Cylindrical-coordinate representation of color #7F9EEF: hue angle of 223.39º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F9EEF is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 158 239 -
CMYK 0.47 0.34 0 0.06
HSL 223.39º 0.78% 0.72% -
HSV(B) 223.39º 0.47% 0.94% -
XYZ 36.56 35.2 86.53 -
YUV 157.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 127 158 239 0.47 0.34 0 0.06 223.39 0.78 0.72
Hex 7F 9E EF 2F 22 0 6 DF 4E 48
Octal 177 236 357 57 42 0 6 337 116 110
Binary 1111111 10011110 11101111 101111 100010 0 110 11011111 1001110 1001000

Color Harmonies of #7F9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9EEF

Black with #7F9EEF

Text Example


Text Example

White with #7F9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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