#9398AF

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

Shades of Manatee #9398AF

Tints of Manatee #9398AF

Color information

#9398AF (or 0x9398AF) is unknown color: approx Manatee. HEX triplet: 93, 98 and AF. RGB value is (147,152,175). Sum of RGB (Red+Green+Blue) = 147+152+175=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #9398AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9398AF is #6C6750. Grayscale: #999999. Windows color (decimal): -7104337 or 11507859. OLE color: 11507859.

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

Color convert

RGB147152175-
CMYK0.160.1300.31
HSL229.29º14.89%63.14%-
HSV(B)229.29º16%68.63%-
XYZ3131.7545.05-
YUV153.13140.34123.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.01%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=31.01%
G=32.07%
B=36.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471521750.160.1300.31229.2914.8963.14
Hex9398AF10D01Fe5f3f
Octal22323025720150373451777
Binary100100111001100010101111100001101011111111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,152,175); }

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

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

 a { background-color: rgb(147,152,175); }

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

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

 span { border-color: rgb(147,152,175); }

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