Html Css Color HEX #8484AA Manatee

📋 copy color: '#8484AA'

red 132 ◦ green 132 ◦ blue 170

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

Shades of Manatee #8484AA

Tints of Manatee #8484AA

RGB

 RED value IS 132 (51.95% from 255) = 30.41%

 GREEN value IS 132 (51.95% from 255) = 30.41%

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

R = 30.41%
G = 30.41%
B = 39.17%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8484AA (or 0x8484AA) is known color: Manatee. HEX triplet: 84, 84 and AA. RGB value is (132,132,170). Sum of RGB (Red+Green+Blue) = 132+132+170=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #8484AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8484AA is #7B7B55. Grayscale: #888888. Windows color (decimal): -8092502 or 11175044. OLE color: 11175044.

HSL color Cylindrical-coordinate representation of color #8484AA: hue angle of 240º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8484AA is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 132 170 -
CMYK 0.22 0.22 0 0.33
HSL 240º 0.18% 0.59% -
HSV(B) 240º 0.22% 0.67% -
XYZ 25.02 24.31 41.4 -
YUV 136.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 132 132 170 0.22 0.22 0 0.33 240 0.18 0.59
Hex 84 84 AA 16 16 0 21 F0 12 3B
Octal 204 204 252 26 26 0 41 360 22 73
Binary 10000100 10000100 10101010 10110 10110 0 100001 11110000 10010 111011

Color Harmonies of #8484AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8484AA

Black with #8484AA

Text Example


Text Example

White with #8484AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,132,170); }

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

background-color css

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

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

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

border-color css

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

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

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