#8C8FB7

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

Shades of Manatee #8C8FB7

Tints of Manatee #8C8FB7

Color information

#8C8FB7 (or 0x8C8FB7) is unknown color: approx Manatee. HEX triplet: 8C, 8F and B7. RGB value is (140,143,183). Sum of RGB (Red+Green+Blue) = 140+143+183=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #8C8FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8FB7 is #737048. Grayscale: #929292. Windows color (decimal): -7565385 or 12029836. OLE color: 12029836.

HSL color Cylindrical-coordinate representation of color #8C8FB7: hue angle of 235.81º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C8FB7 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB140143183-
CMYK0.230.2200.28
HSL235.81º22.99%63.33%-
HSV(B)235.81º23.5%71.76%-
XYZ29.1828.6448.79-
YUV146.66148.51123.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.04%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 183 (71.88% from 255) = 39.27%
R=30.04%
G=30.69%
B=39.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401431830.230.2200.28235.8122.9963.33
Hex8C8FB7171601Cec173f
Octal21421726727260343542777
Binary10001100100011111011011110111101100111001110110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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