#9398B2

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

Shades of Manatee #9398B2

Tints of Manatee #9398B2

Color information

#9398B2 (or 0x9398B2) is unknown color: approx Manatee. HEX triplet: 93, 98 and B2. RGB value is (147,152,178). Sum of RGB (Red+Green+Blue) = 147+152+178=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #9398B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9398B2 is #6C674D. Grayscale: #999999. Windows color (decimal): -7104334 or 11704467. OLE color: 11704467.

HSL color Cylindrical-coordinate representation of color #9398B2: hue angle of 230.32º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9398B2 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB147152178-
CMYK0.170.1500.30
HSL230.32º16.76%63.73%-
HSV(B)230.32º17.42%69.8%-
XYZ31.331.8746.62-
YUV153.47141.84123.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=30.82%
G=31.87%
B=37.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1471521780.170.1500.30230.3216.7663.73
Hex9398B211F01Ee61140
Octal223230262211703634621100
Binary10010011100110001011001010001111101111011100110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9398B2; }

 p { color: rgb(147,152,178); }

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

<style>
 a { background-color: #9398B2; }

 a { background-color: rgb(147,152,178); }

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

<style>
 span { border-color: #9398B2; }

 span { border-color: rgb(147,152,178); }

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