#8C8DB0

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

Shades of Manatee #8C8DB0

Tints of Manatee #8C8DB0

Color information

#8C8DB0 (or 0x8C8DB0) is unknown color: approx Manatee. HEX triplet: 8C, 8D and B0. RGB value is (140,141,176). Sum of RGB (Red+Green+Blue) = 140+141+176=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #8C8DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8DB0 is #73724F. Grayscale: #909090. Windows color (decimal): -7565904 or 11570572. OLE color: 11570572.

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

Color convert

RGB140141176-
CMYK0.200.2000.31
HSL238.33º18.56%61.96%-
HSV(B)238.33º20.45%69.02%-
XYZ28.1827.7644.95-
YUV144.69145.67124.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.63%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=30.63%
G=30.85%
B=38.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401411760.200.2000.31238.3318.5661.96
Hex8C8DB0141401Fee133e
Octal21421526024240373562376
Binary10001100100011011011000010100101000111111110111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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