Html Css Color HEX #7F9FEF Jordy Blue

📋 copy color: '#7F9FEF'

red 127 ◦ green 159 ◦ blue 239

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

Shades of Jordy Blue #7F9FEF

Tints of Jordy Blue #7F9FEF

RGB

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

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

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

R = 24.19%
G = 30.29%
B = 45.52%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7F9FEF (or 0x7F9FEF) is known color: Jordy Blue. HEX triplet: 7F, 9F and EF. RGB value is (127,159,239). Sum of RGB (Red+Green+Blue) = 127+159+239=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F9FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9FEF is #806010. Grayscale: #9E9E9E. Windows color (decimal): -8413201 or 15703935. OLE color: 15703935.

HSL color Cylindrical-coordinate representation of color #7F9FEF: hue angle of 222.86º 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 #7F9FEF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 159 239 -
CMYK 0.47 0.33 0 0.06
HSL 222.86º 0.78% 0.72% -
HSV(B) 222.86º 0.47% 0.94% -
XYZ 36.73 35.54 86.59 -
YUV 158.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 127 159 239 0.47 0.33 0 0.06 222.86 0.78 0.72
Hex 7F 9F EF 2F 21 0 6 DF 4E 48
Octal 177 237 357 57 41 0 6 337 116 110
Binary 1111111 10011111 11101111 101111 100001 0 110 11011111 1001110 1001000

Color Harmonies of #7F9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9FEF

Black with #7F9FEF

Text Example


Text Example

White with #7F9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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