Html Css Color HEX #8A95AA Manatee

📋 copy color: '#8A95AA'

red 138 ◦ green 149 ◦ blue 170

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

Shades of Manatee #8A95AA

Tints of Manatee #8A95AA

RGB

 RED value IS 138 (54.3% from 255) = 30.2%

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

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

R = 30.2%
G = 32.6%
B = 37.2%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A95AA (or 0x8A95AA) is known color: Manatee. HEX triplet: 8A, 95 and AA. RGB value is (138,149,170). Sum of RGB (Red+Green+Blue) = 138+149+170=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A95AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A95AA is #756A55. Grayscale: #949494. Windows color (decimal): -7694934 or 11179402. OLE color: 11179402.

HSL color Cylindrical-coordinate representation of color #8A95AA: hue angle of 219.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A95AA is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 149 170 -
CMYK 0.19 0.12 0 0.33
HSL 219.38º 0.16% 0.6% -
HSV(B) 219.38º 0.19% 0.67% -
XYZ 28.48 29.8 42.28 -
YUV 148.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 138 149 170 0.19 0.12 0 0.33 219.38 0.16 0.6
Hex 8A 95 AA 13 C 0 21 DB 10 3C
Octal 212 225 252 23 14 0 41 333 20 74
Binary 10001010 10010101 10101010 10011 1100 0 100001 11011011 10000 111100

Color Harmonies of #8A95AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A95AA

Black with #8A95AA

Text Example


Text Example

White with #8A95AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A95AA; }

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

 H1.HeaderClassName
 {
   color: #8A95AA;
 }
 .AnyTagClassName
 {
   color: #8A95AA;
 }
</style>

background-color css

<style>
 a { background-color: #8A95AA; }

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

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

border-color css

<style>
 span { border-color: #8A95AA; }

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

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