Html Css Color HEX #7EACCE Polo Blue

📋 copy color: '#7EACCE'

red 126 ◦ green 172 ◦ blue 206

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

Shades of Polo Blue #7EACCE

Tints of Polo Blue #7EACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

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

R = 25%
G = 34.13%
B = 40.87%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7EACCE (or 0x7EACCE) is known color: Polo Blue. HEX triplet: 7E, AC and CE. RGB value is (126,172,206). Sum of RGB (Red+Green+Blue) = 126+172+206=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACCE is #815331. Grayscale: #A1A1A1. Windows color (decimal): -8475442 or 13544574. OLE color: 13544574.

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

Color convert

RGB 126 172 206 -
CMYK 0.39 0.17 0 0.19
HSL 205.5º 0.45% 0.65% -
HSV(B) 205.5º 0.39% 0.81% -
XYZ 34.5 38.4 63.99 -
YUV 162.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 126 172 206 0.39 0.17 0 0.19 205.5 0.45 0.65
Hex 7E AC CE 27 11 0 13 CE 2D 41
Octal 176 254 316 47 21 0 23 316 55 101
Binary 1111110 10101100 11001110 100111 10001 0 10011 11001110 101101 1000001

Color Harmonies of #7EACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACCE

Black with #7EACCE

Text Example


Text Example

White with #7EACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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