Html Css Color HEX #84889B Manatee

📋 copy color: '#84889B'

red 132 ◦ green 136 ◦ blue 155

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

Shades of Manatee #84889B

Tints of Manatee #84889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 31.21%
G = 32.15%
B = 36.64%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84889B (or 0x84889B) is known color: Manatee. HEX triplet: 84, 88 and 9B. RGB value is (132,136,155). Sum of RGB (Red+Green+Blue) = 132+136+155=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #84889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84889B is #7B7764. Grayscale: #888888. Windows color (decimal): -8091493 or 10193028. OLE color: 10193028.

HSL color Cylindrical-coordinate representation of color #84889B: hue angle of 229.57º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84889B is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 136 155 -
CMYK 0.15 0.12 0 0.39
HSL 229.57º 0.1% 0.56% -
HSV(B) 229.57º 0.15% 0.61% -
XYZ 24.24 24.88 34.54 -
YUV 136.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 132 136 155 0.15 0.12 0 0.39 229.57 0.1 0.56
Hex 84 88 9B F C 0 27 E6 A 38
Octal 204 210 233 17 14 0 47 346 12 70
Binary 10000100 10001000 10011011 1111 1100 0 100111 11100110 1010 111000

Color Harmonies of #84889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84889B

Black with #84889B

Text Example


Text Example

White with #84889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84889B; }

 p { color: rgb(132,136,155); }

 H1.HeaderClassName
 {
   color: #84889B;
 }
 .AnyTagClassName
 {
   color: #84889B;
 }
</style>

background-color css

<style>
 a { background-color: #84889B; }

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

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

border-color css

<style>
 span { border-color: #84889B; }

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

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