Html Css Color HEX #84859F Manatee

📋 copy color: '#84859F'

red 132 ◦ green 133 ◦ blue 159

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

Shades of Manatee #84859F

Tints of Manatee #84859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 31.13%
G = 31.37%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84859F (or 0x84859F) is known color: Manatee. HEX triplet: 84, 85 and 9F. RGB value is (132,133,159). Sum of RGB (Red+Green+Blue) = 132+133+159=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #84859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84859F is #7B7A60. Grayscale: #878787. Windows color (decimal): -8092257 or 10454404. OLE color: 10454404.

HSL color Cylindrical-coordinate representation of color #84859F: hue angle of 237.78º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84859F is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 133 159 -
CMYK 0.17 0.16 0 0.38
HSL 237.78º 0.12% 0.57% -
HSV(B) 237.78º 0.17% 0.62% -
XYZ 24.16 24.18 36.2 -
YUV 135.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 132 133 159 0.17 0.16 0 0.38 237.78 0.12 0.57
Hex 84 85 9F 11 10 0 26 EE C 39
Octal 204 205 237 21 20 0 46 356 14 71
Binary 10000100 10000101 10011111 10001 10000 0 100110 11101110 1100 111001

Color Harmonies of #84859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84859F

Black with #84859F

Text Example


Text Example

White with #84859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84859F; }

 p { color: rgb(132,133,159); }

 H1.HeaderClassName
 {
   color: #84859F;
 }
 .AnyTagClassName
 {
   color: #84859F;
 }
</style>

background-color css

<style>
 a { background-color: #84859F; }

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

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

border-color css

<style>
 span { border-color: #84859F; }

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

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