Html Css Color HEX #7EA9CD Polo Blue

📋 copy color: '#7EA9CD'

red 126 ◦ green 169 ◦ blue 205

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

Shades of Polo Blue #7EA9CD

Tints of Polo Blue #7EA9CD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.8%

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

R = 25.2%
G = 33.8%
B = 41%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7EA9CD (or 0x7EA9CD) is known color: Polo Blue. HEX triplet: 7E, A9 and CD. RGB value is (126,169,205). Sum of RGB (Red+Green+Blue) = 126+169+205=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EA9CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA9CD is #815632. Grayscale: #A0A0A0. Windows color (decimal): -8476211 or 13478270. OLE color: 13478270.

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

Color convert

RGB 126 169 205 -
CMYK 0.39 0.18 0 0.20
HSL 207.34º 0.44% 0.65% -
HSV(B) 207.34º 0.39% 0.8% -
XYZ 33.81 37.22 63.16 -
YUV 160.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 126 169 205 0.39 0.18 0 0.20 207.34 0.44 0.65
Hex 7E A9 CD 27 12 0 14 CF 2C 41
Octal 176 251 315 47 22 0 24 317 54 101
Binary 1111110 10101001 11001101 100111 10010 0 10100 11001111 101100 1000001

Color Harmonies of #7EA9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA9CD

Black with #7EA9CD

Text Example


Text Example

White with #7EA9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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