Html Css Color HEX #7EA5CB Polo Blue

📋 copy color: '#7EA5CB'

red 126 ◦ green 165 ◦ blue 203

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

Shades of Polo Blue #7EA5CB

Tints of Polo Blue #7EA5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 25.51%
G = 33.4%
B = 41.09%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7EA5CB (or 0x7EA5CB) is known color: Polo Blue. HEX triplet: 7E, A5 and CB. RGB value is (126,165,203). Sum of RGB (Red+Green+Blue) = 126+165+203=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EA5CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5CB is #815A34. Grayscale: #9D9D9D. Windows color (decimal): -8477237 or 13346174. OLE color: 13346174.

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

Color convert

RGB 126 165 203 -
CMYK 0.38 0.19 0 0.20
HSL 209.61º 0.43% 0.65% -
HSV(B) 209.61º 0.38% 0.8% -
XYZ 32.84 35.66 61.65 -
YUV 157.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 126 165 203 0.38 0.19 0 0.20 209.61 0.43 0.65
Hex 7E A5 CB 26 13 0 14 D2 2B 41
Octal 176 245 313 46 23 0 24 322 53 101
Binary 1111110 10100101 11001011 100110 10011 0 10100 11010010 101011 1000001

Color Harmonies of #7EA5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA5CB

Black with #7EA5CB

Text Example


Text Example

White with #7EA5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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