Html Css Color HEX #8BA1CE Polo Blue

📋 copy color: '#8BA1CE'

red 139 ◦ green 161 ◦ blue 206

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

Shades of Polo Blue #8BA1CE

Tints of Polo Blue #8BA1CE

RGB

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

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

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

R = 27.47%
G = 31.82%
B = 40.71%

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

#8BA1CE (or 0x8BA1CE) is known color: Polo Blue. HEX triplet: 8B, A1 and CE. RGB value is (139,161,206). Sum of RGB (Red+Green+Blue) = 139+161+206=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BA1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA1CE is #745E31. Grayscale: #9F9F9F. Windows color (decimal): -7626290 or 13541771. OLE color: 13541771.

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

Color convert

RGB 139 161 206 -
CMYK 0.33 0.22 0 0.19
HSL 220.3º 0.41% 0.68% -
HSV(B) 220.3º 0.33% 0.81% -
XYZ 34.53 35.43 63.41 -
YUV 159.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 139 161 206 0.33 0.22 0 0.19 220.3 0.41 0.68
Hex 8B A1 CE 21 16 0 13 DC 29 44
Octal 213 241 316 41 26 0 23 334 51 104
Binary 10001011 10100001 11001110 100001 10110 0 10011 11011100 101001 1000100

Color Harmonies of #8BA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA1CE

Black with #8BA1CE

Text Example


Text Example

White with #8BA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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