Html Css Color HEX #7E9ACD Polo Blue

📋 copy color: '#7E9ACD'

red 126 ◦ green 154 ◦ blue 205

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

Shades of Polo Blue #7E9ACD

Tints of Polo Blue #7E9ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.75%

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 25.98%
G = 31.75%
B = 42.27%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E9ACD (or 0x7E9ACD) is known color: Polo Blue. HEX triplet: 7E, 9A and CD. RGB value is (126,154,205). Sum of RGB (Red+Green+Blue) = 126+154+205=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E9ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9ACD is #816532. Grayscale: #979797. Windows color (decimal): -8480051 or 13474430. OLE color: 13474430.

HSL color Cylindrical-coordinate representation of color #7E9ACD: hue angle of 218.73º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E9ACD is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 154 205 -
CMYK 0.39 0.25 0 0.20
HSL 218.73º 0.44% 0.65% -
HSV(B) 218.73º 0.39% 0.8% -
XYZ 31.18 31.95 62.28 -
YUV 151.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 126 154 205 0.39 0.25 0 0.20 218.73 0.44 0.65
Hex 7E 9A CD 27 19 0 14 DB 2C 41
Octal 176 232 315 47 31 0 24 333 54 101
Binary 1111110 10011010 11001101 100111 11001 0 10100 11011011 101100 1000001

Color Harmonies of #7E9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9ACD

Black with #7E9ACD

Text Example


Text Example

White with #7E9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,154,205); }

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

background-color css

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

 a { background-color: rgb(126,154,205); }

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

border-color css

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

 span { border-color: rgb(126,154,205); }

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