Html Css Color HEX #7EA2BE Polo Blue

📋 copy color: '#7EA2BE'

red 126 ◦ green 162 ◦ blue 190

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

Shades of Polo Blue #7EA2BE

Tints of Polo Blue #7EA2BE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.89%

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 26.36%
G = 33.89%
B = 39.75%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7EA2BE (or 0x7EA2BE) is known color: Polo Blue. HEX triplet: 7E, A2 and BE. RGB value is (126,162,190). Sum of RGB (Red+Green+Blue) = 126+162+190=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EA2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA2BE is #815D41. Grayscale: #9A9A9A. Windows color (decimal): -8478018 or 12493438. OLE color: 12493438.

HSL color Cylindrical-coordinate representation of color #7EA2BE: hue angle of 206.25º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EA2BE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 162 190 -
CMYK 0.34 0.15 0 0.25
HSL 206.25º 0.33% 0.62% -
HSV(B) 206.25º 0.34% 0.75% -
XYZ 30.82 33.99 53.65 -
YUV 154.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 126 162 190 0.34 0.15 0 0.25 206.25 0.33 0.62
Hex 7E A2 BE 22 F 0 19 CE 21 3E
Octal 176 242 276 42 17 0 31 316 41 76
Binary 1111110 10100010 10111110 100010 1111 0 11001 11001110 100001 111110

Color Harmonies of #7EA2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA2BE

Black with #7EA2BE

Text Example


Text Example

White with #7EA2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,162,190); }

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

background-color css

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

 a { background-color: rgb(126,162,190); }

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

border-color css

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

 span { border-color: rgb(126,162,190); }

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