Html Css Color HEX #8BA0CE Polo Blue

📋 copy color: '#8BA0CE'

red 139 ◦ green 160 ◦ blue 206

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

Shades of Polo Blue #8BA0CE

Tints of Polo Blue #8BA0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.68%

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

R = 27.52%
G = 31.68%
B = 40.79%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8BA0CE (or 0x8BA0CE) is known color: Polo Blue. HEX triplet: 8B, A0 and CE. RGB value is (139,160,206). Sum of RGB (Red+Green+Blue) = 139+160+206=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BA0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0CE is #745F31. Grayscale: #9E9E9E. Windows color (decimal): -7626546 or 13541515. OLE color: 13541515.

HSL color Cylindrical-coordinate representation of color #8BA0CE: hue angle of 221.19º 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 #8BA0CE is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 160 206 -
CMYK 0.33 0.22 0 0.19
HSL 221.19º 0.41% 0.68% -
HSV(B) 221.19º 0.33% 0.81% -
XYZ 34.36 35.09 63.35 -
YUV 158.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 139 160 206 0.33 0.22 0 0.19 221.19 0.41 0.68
Hex 8B A0 CE 21 16 0 13 DD 29 44
Octal 213 240 316 41 26 0 23 335 51 104
Binary 10001011 10100000 11001110 100001 10110 0 10011 11011101 101001 1000100

Color Harmonies of #8BA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA0CE

Black with #8BA0CE

Text Example


Text Example

White with #8BA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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