#8C8FAF

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

Shades of Manatee #8C8FAF

Tints of Manatee #8C8FAF

Color information

#8C8FAF (or 0x8C8FAF) is unknown color: approx Manatee. HEX triplet: 8C, 8F and AF. RGB value is (140,143,175). Sum of RGB (Red+Green+Blue) = 140+143+175=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8FAF is #737050. Grayscale: #919191. Windows color (decimal): -7565393 or 11505548. OLE color: 11505548.

HSL color Cylindrical-coordinate representation of color #8C8FAF: hue angle of 234.86º 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 #8C8FAF is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB140143175-
CMYK0.20.1800.31
HSL234.86º17.95%61.76%-
HSV(B)234.86º20%68.63%-
XYZ28.3828.3244.53-
YUV145.75144.51123.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.57%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=30.57%
G=31.22%
B=38.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401431750.20.1800.31234.8617.9561.76
Hex8C8FAF141201Feb123e
Octal21421725724220373532276
Binary10001100100011111010111110100100100111111110101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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