Html Css Color HEX #8BA2CE Polo Blue

📋 copy color: '#8BA2CE'

red 139 ◦ green 162 ◦ blue 206

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

Shades of Polo Blue #8BA2CE

Tints of Polo Blue #8BA2CE

RGB

 RED value IS 139 (54.69% from 255) = 27.42%

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

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

R = 27.42%
G = 31.95%
B = 40.63%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8BA2CE (or 0x8BA2CE) is known color: Polo Blue. HEX triplet: 8B, A2 and CE. RGB value is (139,162,206). Sum of RGB (Red+Green+Blue) = 139+162+206=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA2CE is #745D31. Grayscale: #9F9F9F. Windows color (decimal): -7626034 or 13542027. OLE color: 13542027.

HSL color Cylindrical-coordinate representation of color #8BA2CE: hue angle of 219.4º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BA2CE is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 162 206 -
CMYK 0.33 0.21 0 0.19
HSL 219.4º 0.41% 0.68% -
HSV(B) 219.4º 0.33% 0.81% -
XYZ 34.71 35.79 63.47 -
YUV 160.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 139 162 206 0.33 0.21 0 0.19 219.4 0.41 0.68
Hex 8B A2 CE 21 15 0 13 DB 29 44
Octal 213 242 316 41 25 0 23 333 51 104
Binary 10001011 10100010 11001110 100001 10101 0 10011 11011011 101001 1000100

Color Harmonies of #8BA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA2CE

Black with #8BA2CE

Text Example


Text Example

White with #8BA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA2CE; }

 p { color: rgb(139,162,206); }

 H1.HeaderClassName
 {
   color: #8BA2CE;
 }
 .AnyTagClassName
 {
   color: #8BA2CE;
 }
</style>

background-color css

<style>
 a { background-color: #8BA2CE; }

 a { background-color: rgb(139,162,206); }

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

border-color css

<style>
 span { border-color: #8BA2CE; }

 span { border-color: rgb(139,162,206); }

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