Html Css Color HEX #9195AA Manatee

📋 copy color: '#9195AA'

red 145 ◦ green 149 ◦ blue 170

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

Shades of Manatee #9195AA

Tints of Manatee #9195AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 31.25%
G = 32.11%
B = 36.64%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9195AA (or 0x9195AA) is known color: Manatee. HEX triplet: 91, 95 and AA. RGB value is (145,149,170). Sum of RGB (Red+Green+Blue) = 145+149+170=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #9195AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9195AA is #6E6A55. Grayscale: #969696. Windows color (decimal): -7236182 or 11179409. OLE color: 11179409.

HSL color Cylindrical-coordinate representation of color #9195AA: hue angle of 230.4º 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 #9195AA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 149 170 -
CMYK 0.15 0.12 0 0.33
HSL 230.4º 0.13% 0.62% -
HSV(B) 230.4º 0.15% 0.67% -
XYZ 29.68 30.42 42.34 -
YUV 150.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 145 149 170 0.15 0.12 0 0.33 230.4 0.13 0.62
Hex 91 95 AA F C 0 21 E6 D 3E
Octal 221 225 252 17 14 0 41 346 15 76
Binary 10010001 10010101 10101010 1111 1100 0 100001 11100110 1101 111110

Color Harmonies of #9195AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9195AA

Black with #9195AA

Text Example


Text Example

White with #9195AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9195AA;
 }
 .AnyTagClassName
 {
   color: #9195AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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