Html Css Color HEX #8BA1CB Polo Blue

📋 copy color: '#8BA1CB'

red 139 ◦ green 161 ◦ blue 203

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

Shades of Polo Blue #8BA1CB

Tints of Polo Blue #8BA1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.01%

 BLUE value IS 203 (79.69% from 255) = 40.36%

R = 27.63%
G = 32.01%
B = 40.36%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8BA1CB (or 0x8BA1CB) is known color: Polo Blue. HEX triplet: 8B, A1 and CB. RGB value is (139,161,203). Sum of RGB (Red+Green+Blue) = 139+161+203=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BA1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA1CB is #745E34. Grayscale: #9F9F9F. Windows color (decimal): -7626293 or 13345163. OLE color: 13345163.

HSL color Cylindrical-coordinate representation of color #8BA1CB: hue angle of 219.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BA1CB is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 161 203 -
CMYK 0.32 0.21 0 0.20
HSL 219.38º 0.38% 0.67% -
HSV(B) 219.38º 0.32% 0.8% -
XYZ 34.17 35.29 61.51 -
YUV 159.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 139 161 203 0.32 0.21 0 0.20 219.38 0.38 0.67
Hex 8B A1 CB 20 15 0 14 DB 26 43
Octal 213 241 313 40 25 0 24 333 46 103
Binary 10001011 10100001 11001011 100000 10101 0 10100 11011011 100110 1000011

Color Harmonies of #8BA1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA1CB

Black with #8BA1CB

Text Example


Text Example

White with #8BA1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,161,203); }

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

background-color css

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

 a { background-color: rgb(139,161,203); }

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

border-color css

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

 span { border-color: rgb(139,161,203); }

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