Html Css Color HEX #7F9FEE Jordy Blue

📋 copy color: '#7F9FEE'

red 127 ◦ green 159 ◦ blue 238

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

Shades of Jordy Blue #7F9FEE

Tints of Jordy Blue #7F9FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.34%

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 24.24%
G = 30.34%
B = 45.42%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F9FEE (or 0x7F9FEE) is known color: Jordy Blue. HEX triplet: 7F, 9F and EE. RGB value is (127,159,238). Sum of RGB (Red+Green+Blue) = 127+159+238=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F9FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9FEE is #806011. Grayscale: #9E9E9E. Windows color (decimal): -8413202 or 15638399. OLE color: 15638399.

HSL color Cylindrical-coordinate representation of color #7F9FEE: hue angle of 222.7º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F9FEE is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 159 238 -
CMYK 0.47 0.33 0 0.07
HSL 222.7º 0.77% 0.72% -
HSV(B) 222.7º 0.47% 0.93% -
XYZ 36.58 35.48 85.81 -
YUV 158.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 127 159 238 0.47 0.33 0 0.07 222.7 0.77 0.72
Hex 7F 9F EE 2F 21 0 7 DF 4D 48
Octal 177 237 356 57 41 0 7 337 115 110
Binary 1111111 10011111 11101110 101111 100001 0 111 11011111 1001101 1001000

Color Harmonies of #7F9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9FEE

Black with #7F9FEE

Text Example


Text Example

White with #7F9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,159,238); }

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

background-color css

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

 a { background-color: rgb(127,159,238); }

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

border-color css

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

 span { border-color: rgb(127,159,238); }

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