Html Css Color HEX #8BA1CD Polo Blue

📋 copy color: '#8BA1CD'

red 139 ◦ green 161 ◦ blue 205

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

Shades of Polo Blue #8BA1CD

Tints of Polo Blue #8BA1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 27.52%
G = 31.88%
B = 40.59%

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

#8BA1CD (or 0x8BA1CD) is known color: Polo Blue. HEX triplet: 8B, A1 and CD. RGB value is (139,161,205). Sum of RGB (Red+Green+Blue) = 139+161+205=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BA1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA1CD is #745E32. Grayscale: #9F9F9F. Windows color (decimal): -7626291 or 13476235. OLE color: 13476235.

HSL color Cylindrical-coordinate representation of color #8BA1CD: hue angle of 220º degrees, saturation: 0.4, 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 #8BA1CD is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 161 205 -
CMYK 0.32 0.21 0 0.20
HSL 220º 0.4% 0.67% -
HSV(B) 220º 0.32% 0.8% -
XYZ 34.41 35.39 62.77 -
YUV 159.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 139 161 205 0.32 0.21 0 0.20 220 0.4 0.67
Hex 8B A1 CD 20 15 0 14 DC 28 43
Octal 213 241 315 40 25 0 24 334 50 103
Binary 10001011 10100001 11001101 100000 10101 0 10100 11011100 101000 1000011

Color Harmonies of #8BA1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA1CD

Black with #8BA1CD

Text Example


Text Example

White with #8BA1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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