#8CABD7

Color #8CABD7 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8CABD7

Tints of Polo Blue #8CABD7

Color information

#8CABD7 (or 0x8CABD7) is unknown color: approx Polo Blue. HEX triplet: 8C, AB and D7. RGB value is (140,171,215). Sum of RGB (Red+Green+Blue) = 140+171+215=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #8CABD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABD7 is #735428. Grayscale: #A6A6A6. Windows color (decimal): -7558185 or 14134156. OLE color: 14134156.

HSL color Cylindrical-coordinate representation of color #8CABD7: hue angle of 215.2º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CABD7 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB140171215-
CMYK0.350.2000.16
HSL215.2º48.39%69.61%-
HSV(B)215.2º34.88%84.31%-
XYZ37.6439.6169.95-
YUV166.75155.23108.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.62%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=26.62%
G=32.51%
B=40.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1401712150.350.2000.16215.248.3969.61
Hex8CABD72314010d73046
Octal214253327432402032760106
Binary10001100101010111101011110001110100010000110101111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,215); }

 H1.HeaderClassName
 {
   color: #8CABD7;
 }
 .AnyTagClassName
 {
   color: #8CABD7;
 }
</style>
background-color css

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

 a { background-color: rgb(140,171,215); }

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

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

 span { border-color: rgb(140,171,215); }

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