Html Css Color HEX #7EA7CD Polo Blue

📋 copy color: '#7EA7CD'

red 126 ◦ green 167 ◦ blue 205

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

Shades of Polo Blue #7EA7CD

Tints of Polo Blue #7EA7CD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.53%

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

R = 25.3%
G = 33.53%
B = 41.16%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7EA7CD (or 0x7EA7CD) is known color: Polo Blue. HEX triplet: 7E, A7 and CD. RGB value is (126,167,205). Sum of RGB (Red+Green+Blue) = 126+167+205=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EA7CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA7CD is #815832. Grayscale: #9E9E9E. Windows color (decimal): -8476723 or 13477758. OLE color: 13477758.

HSL color Cylindrical-coordinate representation of color #7EA7CD: hue angle of 208.86º 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 #7EA7CD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 167 205 -
CMYK 0.39 0.19 0 0.20
HSL 208.86º 0.44% 0.65% -
HSV(B) 208.86º 0.39% 0.8% -
XYZ 33.44 36.48 63.04 -
YUV 159.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 126 167 205 0.39 0.19 0 0.20 208.86 0.44 0.65
Hex 7E A7 CD 27 13 0 14 D1 2C 41
Octal 176 247 315 47 23 0 24 321 54 101
Binary 1111110 10100111 11001101 100111 10011 0 10100 11010001 101100 1000001

Color Harmonies of #7EA7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA7CD

Black with #7EA7CD

Text Example


Text Example

White with #7EA7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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