#9195AF

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

Shades of Manatee #9195AF

Tints of Manatee #9195AF

Color information

#9195AF (or 0x9195AF) is unknown color: approx Manatee. HEX triplet: 91, 95 and AF. RGB value is (145,149,175). Sum of RGB (Red+Green+Blue) = 145+149+175=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #9195AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9195AF is #6E6A50. Grayscale: #969696. Windows color (decimal): -7236177 or 11507089. OLE color: 11507089.

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

Color convert

RGB145149175-
CMYK0.170.1500.31
HSL232º15.79%62.75%-
HSV(B)232º17.14%68.63%-
XYZ30.1630.6144.88-
YUV150.77141.67123.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.92%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=30.92%
G=31.77%
B=37.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451491750.170.1500.3123215.7962.75
Hex9195AF11F01Fe8103f
Octal22122525721170373502077
Binary1001000110010101101011111000111110111111110100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9195AF; }

 p { color: rgb(145,149,175); }

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

<style>
 a { background-color: #9195AF; }

 a { background-color: rgb(145,149,175); }

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

<style>
 span { border-color: #9195AF; }

 span { border-color: rgb(145,149,175); }

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