Html Css Color HEX #9193AB Manatee

📋 copy color: '#9193AB'

red 145 ◦ green 147 ◦ blue 171

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

Shades of Manatee #9193AB

Tints of Manatee #9193AB

RGB

 RED value IS 145 (57.03% from 255) = 31.32%

 GREEN value IS 147 (57.81% from 255) = 31.75%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 31.32%
G = 31.75%
B = 36.93%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9193AB (or 0x9193AB) is known color: Manatee. HEX triplet: 91, 93 and AB. RGB value is (145,147,171). Sum of RGB (Red+Green+Blue) = 145+147+171=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #9193AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9193AB is #6E6C54. Grayscale: #959595. Windows color (decimal): -7236693 or 11244433. OLE color: 11244433.

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

Color convert

RGB 145 147 171 -
CMYK 0.15 0.14 0 0.33
HSL 235.38º 0.13% 0.62% -
HSV(B) 235.38º 0.15% 0.67% -
XYZ 29.46 29.83 42.73 -
YUV 149.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 145 147 171 0.15 0.14 0 0.33 235.38 0.13 0.62
Hex 91 93 AB F E 0 21 EB D 3E
Octal 221 223 253 17 16 0 41 353 15 76
Binary 10010001 10010011 10101011 1111 1110 0 100001 11101011 1101 111110

Color Harmonies of #9193AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9193AB

Black with #9193AB

Text Example


Text Example

White with #9193AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9193AB; }

 p { color: rgb(145,147,171); }

 H1.HeaderClassName
 {
   color: #9193AB;
 }
 .AnyTagClassName
 {
   color: #9193AB;
 }
</style>

background-color css

<style>
 a { background-color: #9193AB; }

 a { background-color: rgb(145,147,171); }

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

border-color css

<style>
 span { border-color: #9193AB; }

 span { border-color: rgb(145,147,171); }

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