#8C8FAA

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

Shades of Manatee #8C8FAA

Tints of Manatee #8C8FAA

Color information

#8C8FAA (or 0x8C8FAA) is unknown color: approx Manatee. HEX triplet: 8C, 8F and AA. RGB value is (140,143,170). Sum of RGB (Red+Green+Blue) = 140+143+170=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8FAA is #737055. Grayscale: #919191. Windows color (decimal): -7565398 or 11177868. OLE color: 11177868.

HSL color Cylindrical-coordinate representation of color #8C8FAA: hue angle of 234º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C8FAA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140143170-
CMYK0.180.1600.33
HSL234º15%60.78%-
HSV(B)234º17.65%66.67%-
XYZ27.8928.1241.99-
YUV145.18142.01124.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=30.91%
G=31.57%
B=37.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401431700.180.1600.332341560.78
Hex8C8FAA1210021eaf3d
Octal21421725222200413521775
Binary10001100100011111010101010010100000100001111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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