Html Css Color HEX #9395AC Manatee

📋 copy color: '#9395AC'

red 147 ◦ green 149 ◦ blue 172

#9395AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #9395AC

Tints of Manatee #9395AC

RGB

 RED value IS 147 (57.81% from 255) = 31.41%

 GREEN value IS 149 (58.59% from 255) = 31.84%

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 31.41%
G = 31.84%
B = 36.75%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9395AC (or 0x9395AC) is known color: Manatee. HEX triplet: 93, 95 and AC. RGB value is (147,149,172). Sum of RGB (Red+Green+Blue) = 147+149+172=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #9395AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9395AC is #6C6A53. Grayscale: #969696. Windows color (decimal): -7105108 or 11310483. OLE color: 11310483.

HSL color Cylindrical-coordinate representation of color #9395AC: hue angle of 235.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9395AC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 149 172 -
CMYK 0.15 0.13 0 0.33
HSL 235.2º 0.13% 0.63% -
HSV(B) 235.2º 0.15% 0.67% -
XYZ 30.23 30.68 43.36 -
YUV 151.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 147 149 172 0.15 0.13 0 0.33 235.2 0.13 0.63
Hex 93 95 AC F D 0 21 EB D 3F
Octal 223 225 254 17 15 0 41 353 15 77
Binary 10010011 10010101 10101100 1111 1101 0 100001 11101011 1101 111111

Color Harmonies of #9395AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9395AC

Black with #9395AC

Text Example


Text Example

White with #9395AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9395AC; }

 p { color: rgb(147,149,172); }

 H1.HeaderClassName
 {
   color: #9395AC;
 }
 .AnyTagClassName
 {
   color: #9395AC;
 }
</style>

background-color css

<style>
 a { background-color: #9395AC; }

 a { background-color: rgb(147,149,172); }

 div.DivClassName
 {
   background-color: #9395AC;
 }
 .BgClassName
 {
   background-color: #9395AC;
 }
</style>

border-color css

<style>
 span { border-color: #9395AC; }

 span { border-color: rgb(147,149,172); }

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