Html Css Color HEX #7EA5CE Polo Blue

📋 copy color: '#7EA5CE'

red 126 ◦ green 165 ◦ blue 206

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

Shades of Polo Blue #7EA5CE

Tints of Polo Blue #7EA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.2%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 25.35%
G = 33.2%
B = 41.45%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7EA5CE (or 0x7EA5CE) is known color: Polo Blue. HEX triplet: 7E, A5 and CE. RGB value is (126,165,206). Sum of RGB (Red+Green+Blue) = 126+165+206=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EA5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5CE is #815A31. Grayscale: #9D9D9D. Windows color (decimal): -8477234 or 13542782. OLE color: 13542782.

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

Color convert

RGB 126 165 206 -
CMYK 0.39 0.20 0 0.19
HSL 210.75º 0.45% 0.65% -
HSV(B) 210.75º 0.39% 0.81% -
XYZ 33.2 35.8 63.55 -
YUV 158.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 126 165 206 0.39 0.20 0 0.19 210.75 0.45 0.65
Hex 7E A5 CE 27 14 0 13 D3 2D 41
Octal 176 245 316 47 24 0 23 323 55 101
Binary 1111110 10100101 11001110 100111 10100 0 10011 11010011 101101 1000001

Color Harmonies of #7EA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA5CE

Black with #7EA5CE

Text Example


Text Example

White with #7EA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,165,206); }

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

background-color css

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

 a { background-color: rgb(126,165,206); }

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

border-color css

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

 span { border-color: rgb(126,165,206); }

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