Html Css Color HEX #8A8AA0 Manatee

📋 copy color: '#8A8AA0'

red 138 ◦ green 138 ◦ blue 160

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

Shades of Manatee #8A8AA0

Tints of Manatee #8A8AA0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 31.65%
G = 31.65%
B = 36.7%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8A8AA0 (or 0x8A8AA0) is known color: Manatee. HEX triplet: 8A, 8A and A0. RGB value is (138,138,160). Sum of RGB (Red+Green+Blue) = 138+138+160=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 160 - color contains mainly: blue. Hex color #8A8AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8AA0 is #75755F. Grayscale: #8C8C8C. Windows color (decimal): -7697760 or 10521226. OLE color: 10521226.

HSL color Cylindrical-coordinate representation of color #8A8AA0: hue angle of 240º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A8AA0 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 138 160 -
CMYK 0.14 0.14 0 0.37
HSL 240º 0.1% 0.58% -
HSV(B) 240º 0.14% 0.63% -
XYZ 25.91 26.12 36.93 -
YUV 140.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 138 138 160 0.14 0.14 0 0.37 240 0.1 0.58
Hex 8A 8A A0 E E 0 25 F0 A 3A
Octal 212 212 240 16 16 0 45 360 12 72
Binary 10001010 10001010 10100000 1110 1110 0 100101 11110000 1010 111010

Color Harmonies of #8A8AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8AA0

Black with #8A8AA0

Text Example


Text Example

White with #8A8AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,138,160); }

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

background-color css

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

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

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

border-color css

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

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

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