#9095B2

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

Shades of Manatee #9095B2

Tints of Manatee #9095B2

Color information

#9095B2 (or 0x9095B2) is unknown color: approx Manatee. HEX triplet: 90, 95 and B2. RGB value is (144,149,178). Sum of RGB (Red+Green+Blue) = 144+149+178=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 178 - color contains mainly: blue. Hex color #9095B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9095B2 is #6F6A4D. Grayscale: #969696. Windows color (decimal): -7301710 or 11703696. OLE color: 11703696.

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

Color convert

RGB144149178-
CMYK0.190.1600.30
HSL231.18º18.09%63.14%-
HSV(B)231.18º19.1%69.8%-
XYZ30.2830.6446.44-
YUV150.81143.34123.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.57%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 178 (69.92% from 255) = 37.79%
R=30.57%
G=31.63%
B=37.79%

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
Decimal1441491780.190.1600.30231.1818.0963.14
Hex9095B2131001Ee7123f
Octal22022526223200363472277
Binary10010000100101011011001010011100000111101110011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,149,178); }

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

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

 a { background-color: rgb(144,149,178); }

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

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

 span { border-color: rgb(144,149,178); }

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