#93969B

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

Shades of Manatee #93969B

Tints of Manatee #93969B

Color information

#93969B (or 0x93969B) is unknown color: approx Manatee. HEX triplet: 93, 96 and 9B. RGB value is (147,150,155). Sum of RGB (Red+Green+Blue) = 147+150+155=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 155 - color contains mainly: blue. Hex color #93969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93969B is #6C6964. Grayscale: #959595. Windows color (decimal): -7104869 or 10196627. OLE color: 10196627.

HSL color Cylindrical-coordinate representation of color #93969B: hue angle of 217.5º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #93969B is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147150155-
CMYK0.050.0300.39
HSL217.5º3.85%59.22%-
HSV(B)217.5º5.16%60.78%-
XYZ28.8630.3835.35-
YUV149.67131.01126.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.52%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=32.52%
G=33.19%
B=34.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471501550.050.0300.39217.53.8559.22
Hex93969B53027d943b
Octal22322623353047331473
Binary10010011100101101001101110111010011111011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93969B; }

 p { color: rgb(147,150,155); }

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

<style>
 a { background-color: #93969B; }

 a { background-color: rgb(147,150,155); }

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

<style>
 span { border-color: #93969B; }

 span { border-color: rgb(147,150,155); }

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