#8D9FCC

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

Shades of Polo Blue #8D9FCC

Tints of Polo Blue #8D9FCC

Color information

#8D9FCC (or 0x8D9FCC) is unknown color: approx Polo Blue. HEX triplet: 8D, 9F and CC. RGB value is (141,159,204). Sum of RGB (Red+Green+Blue) = 141+159+204=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FCC is #726033. Grayscale: #9E9E9E. Windows color (decimal): -7495732 or 13410189. OLE color: 13410189.

HSL color Cylindrical-coordinate representation of color #8D9FCC: hue angle of 222.86º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D9FCC is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB141159204-
CMYK0.310.2200.2
HSL222.86º38.18%67.65%-
HSV(B)222.86º30.88%80%-
XYZ34.2834.8262.04-
YUV158.75153.54115.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.98%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=27.98%
G=31.55%
B=40.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411592040.310.2200.2222.8638.1867.65
Hex8D9FCC1F16014df2644
Octal215237314372602433746104
Binary1000110110011111110011001111110110010100110111111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,159,204); }

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

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

 a { background-color: rgb(141,159,204); }

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

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

 span { border-color: rgb(141,159,204); }

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