Html Css Color HEX #7EABCD Polo Blue

📋 copy color: '#7EABCD'

red 126 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #7EABCD

Tints of Polo Blue #7EABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.06%

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

R = 25.1%
G = 34.06%
B = 40.84%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7EABCD (or 0x7EABCD) is known color: Polo Blue. HEX triplet: 7E, AB and CD. RGB value is (126,171,205). Sum of RGB (Red+Green+Blue) = 126+171+205=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABCD is #815432. Grayscale: #A1A1A1. Windows color (decimal): -8475699 or 13478782. OLE color: 13478782.

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

Color convert

RGB 126 171 205 -
CMYK 0.39 0.17 0 0.20
HSL 205.82º 0.44% 0.65% -
HSV(B) 205.82º 0.39% 0.8% -
XYZ 34.19 37.97 63.28 -
YUV 161.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 126 171 205 0.39 0.17 0 0.20 205.82 0.44 0.65
Hex 7E AB CD 27 11 0 14 CE 2C 41
Octal 176 253 315 47 21 0 24 316 54 101
Binary 1111110 10101011 11001101 100111 10001 0 10100 11001110 101100 1000001

Color Harmonies of #7EABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EABCD

Black with #7EABCD

Text Example


Text Example

White with #7EABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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