#9196B3

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

Shades of Manatee #9196B3

Tints of Manatee #9196B3

Color information

#9196B3 (or 0x9196B3) is unknown color: approx Manatee. HEX triplet: 91, 96 and B3. RGB value is (145,150,179). Sum of RGB (Red+Green+Blue) = 145+150+179=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #9196B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196B3 is #6E694C. Grayscale: #979797. Windows color (decimal): -7235917 or 11769489. OLE color: 11769489.

HSL color Cylindrical-coordinate representation of color #9196B3: hue angle of 231.18º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9196B3 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB145150179-
CMYK0.190.1600.30
HSL231.18º18.28%63.53%-
HSV(B)231.18º18.99%70.2%-
XYZ30.7231.0947.03-
YUV151.81143.34123.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.59%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 179 (70.31% from 255) = 37.76%
R=30.59%
G=31.65%
B=37.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1451501790.190.1600.30231.1818.2863.53
Hex9196B3131001Ee71240
Octal221226263232003634722100
Binary100100011001011010110011100111000001111011100111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9196B3; }

 p { color: rgb(145,150,179); }

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

<style>
 a { background-color: #9196B3; }

 a { background-color: rgb(145,150,179); }

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

<style>
 span { border-color: #9196B3; }

 span { border-color: rgb(145,150,179); }

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