Html Css Color HEX #8BA5CE Polo Blue

📋 copy color: '#8BA5CE'

red 139 ◦ green 165 ◦ blue 206

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

Shades of Polo Blue #8BA5CE

Tints of Polo Blue #8BA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.35%

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

R = 27.25%
G = 32.35%
B = 40.39%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8BA5CE (or 0x8BA5CE) is known color: Polo Blue. HEX triplet: 8B, A5 and CE. RGB value is (139,165,206). Sum of RGB (Red+Green+Blue) = 139+165+206=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BA5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA5CE is #745A31. Grayscale: #A1A1A1. Windows color (decimal): -7625266 or 13542795. OLE color: 13542795.

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

Color convert

RGB 139 165 206 -
CMYK 0.33 0.20 0 0.19
HSL 216.72º 0.41% 0.68% -
HSV(B) 216.72º 0.33% 0.81% -
XYZ 35.24 36.86 63.65 -
YUV 161.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 139 165 206 0.33 0.20 0 0.19 216.72 0.41 0.68
Hex 8B A5 CE 21 14 0 13 D9 29 44
Octal 213 245 316 41 24 0 23 331 51 104
Binary 10001011 10100101 11001110 100001 10100 0 10011 11011001 101001 1000100

Color Harmonies of #8BA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA5CE

Black with #8BA5CE

Text Example


Text Example

White with #8BA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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