Html Css Color HEX #7E9EDC Jordy Blue

📋 copy color: '#7E9EDC'

red 126 ◦ green 158 ◦ blue 220

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

Shades of Jordy Blue #7E9EDC

Tints of Jordy Blue #7E9EDC

RGB

 RED value IS 126 (49.61% from 255) = 25%

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

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

R = 25%
G = 31.35%
B = 43.65%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E9EDC (or 0x7E9EDC) is known color: Jordy Blue. HEX triplet: 7E, 9E and DC. RGB value is (126,158,220). Sum of RGB (Red+Green+Blue) = 126+158+220=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E9EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9EDC is #816123. Grayscale: #9B9B9B. Windows color (decimal): -8479012 or 14458494. OLE color: 14458494.

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

Color convert

RGB 126 158 220 -
CMYK 0.43 0.28 0 0.14
HSL 219.57º 0.57% 0.68% -
HSV(B) 219.57º 0.43% 0.86% -
XYZ 33.75 34.06 72.5 -
YUV 155.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 126 158 220 0.43 0.28 0 0.14 219.57 0.57 0.68
Hex 7E 9E DC 2B 1C 0 E DC 39 44
Octal 176 236 334 53 34 0 16 334 71 104
Binary 1111110 10011110 11011100 101011 11100 0 1110 11011100 111001 1000100

Color Harmonies of #7E9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9EDC

Black with #7E9EDC

Text Example


Text Example

White with #7E9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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