Html Css Color HEX #8BA3CE Polo Blue

📋 copy color: '#8BA3CE'

red 139 ◦ green 163 ◦ blue 206

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

Shades of Polo Blue #8BA3CE

Tints of Polo Blue #8BA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.09%

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

R = 27.36%
G = 32.09%
B = 40.55%

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

#8BA3CE (or 0x8BA3CE) is known color: Polo Blue. HEX triplet: 8B, A3 and CE. RGB value is (139,163,206). Sum of RGB (Red+Green+Blue) = 139+163+206=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA3CE is #745C31. Grayscale: #A0A0A0. Windows color (decimal): -7625778 or 13542283. OLE color: 13542283.

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

Color convert

RGB 139 163 206 -
CMYK 0.33 0.21 0 0.19
HSL 218.51º 0.41% 0.68% -
HSV(B) 218.51º 0.33% 0.81% -
XYZ 34.89 36.14 63.53 -
YUV 160.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 139 163 206 0.33 0.21 0 0.19 218.51 0.41 0.68
Hex 8B A3 CE 21 15 0 13 DB 29 44
Octal 213 243 316 41 25 0 23 333 51 104
Binary 10001011 10100011 11001110 100001 10101 0 10011 11011011 101001 1000100

Color Harmonies of #8BA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA3CE

Black with #8BA3CE

Text Example


Text Example

White with #8BA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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