#8C8DAF

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

Shades of Manatee #8C8DAF

Tints of Manatee #8C8DAF

Color information

#8C8DAF (or 0x8C8DAF) is unknown color: approx Manatee. HEX triplet: 8C, 8D and AF. RGB value is (140,141,175). Sum of RGB (Red+Green+Blue) = 140+141+175=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8DAF is #737250. Grayscale: #909090. Windows color (decimal): -7565905 or 11505036. OLE color: 11505036.

HSL color Cylindrical-coordinate representation of color #8C8DAF: hue angle of 238.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C8DAF is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB140141175-
CMYK0.20.1900.31
HSL238.29º17.95%61.76%-
HSV(B)238.29º20%68.63%-
XYZ28.0827.7244.43-
YUV144.58145.17124.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.70%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=30.70%
G=30.92%
B=38.38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401411750.20.1900.31238.2917.9561.76
Hex8C8DAF141301Fee123e
Octal21421525724230373562276
Binary10001100100011011010111110100100110111111110111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,141,175); }

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

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

 a { background-color: rgb(140,141,175); }

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

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

 span { border-color: rgb(140,141,175); }

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