#9295AF

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

Shades of Manatee #9295AF

Tints of Manatee #9295AF

Color information

#9295AF (or 0x9295AF) is unknown color: approx Manatee. HEX triplet: 92, 95 and AF. RGB value is (146,149,175). Sum of RGB (Red+Green+Blue) = 146+149+175=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #9295AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9295AF is #6D6A50. Grayscale: #969696. Windows color (decimal): -7170641 or 11507090. OLE color: 11507090.

HSL color Cylindrical-coordinate representation of color #9295AF: hue angle of 233.79º degrees, saturation: 0.15, 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 #9295AF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB146149175-
CMYK0.170.1500.31
HSL233.79º15.34%62.94%-
HSV(B)233.79º16.57%68.63%-
XYZ30.3430.744.88-
YUV151.07141.51124.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=31.06%
G=31.70%
B=37.23%

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
Decimal1461491750.170.1500.31233.7915.3462.94
Hex9295AF11F01Feaf3f
Octal22222525721170373521777
Binary100100101001010110101111100011111011111111010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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