#9397B0

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

Shades of Manatee #9397B0

Tints of Manatee #9397B0

Color information

#9397B0 (or 0x9397B0) is unknown color: approx Manatee. HEX triplet: 93, 97 and B0. RGB value is (147,151,176). Sum of RGB (Red+Green+Blue) = 147+151+176=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 176 - color contains mainly: blue. Hex color #9397B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9397B0 is #6C684F. Grayscale: #989898. Windows color (decimal): -7104592 or 11573139. OLE color: 11573139.

HSL color Cylindrical-coordinate representation of color #9397B0: hue angle of 231.72º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9397B0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147151176-
CMYK0.160.1400.31
HSL231.72º15.51%63.33%-
HSV(B)231.72º16.48%69.02%-
XYZ30.9431.4745.52-
YUV152.65141.17123.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.01%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 176 (69.14% from 255) = 37.13%
R=31.01%
G=31.86%
B=37.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471511760.160.1400.31231.7215.5163.33
Hex9397B010E01Fe8103f
Octal22322726020160373502077
Binary1001001110010111101100001000011100111111110100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9397B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9397B0; }

 p { color: rgb(147,151,176); }

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

<style>
 a { background-color: #9397B0; }

 a { background-color: rgb(147,151,176); }

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

<style>
 span { border-color: #9397B0; }

 span { border-color: rgb(147,151,176); }

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