Html Css Color HEX #7F9EDC Jordy Blue

📋 copy color: '#7F9EDC'

red 127 ◦ green 158 ◦ blue 220

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

Shades of Jordy Blue #7F9EDC

Tints of Jordy Blue #7F9EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 25.15%
G = 31.29%
B = 43.56%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F9EDC (or 0x7F9EDC) is known color: Jordy Blue. HEX triplet: 7F, 9E and DC. RGB value is (127,158,220). Sum of RGB (Red+Green+Blue) = 127+158+220=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F9EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9EDC is #806123. Grayscale: #9B9B9B. Windows color (decimal): -8413476 or 14458495. OLE color: 14458495.

HSL color Cylindrical-coordinate representation of color #7F9EDC: hue angle of 220º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F9EDC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 158 220 -
CMYK 0.42 0.28 0 0.14
HSL 220º 0.57% 0.68% -
HSV(B) 220º 0.42% 0.86% -
XYZ 33.9 34.13 72.51 -
YUV 155.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 127 158 220 0.42 0.28 0 0.14 220 0.57 0.68
Hex 7F 9E DC 2A 1C 0 E DC 39 44
Octal 177 236 334 52 34 0 16 334 71 104
Binary 1111111 10011110 11011100 101010 11100 0 1110 11011100 111001 1000100

Color Harmonies of #7F9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9EDC

Black with #7F9EDC

Text Example


Text Example

White with #7F9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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