Html Css Color HEX #84879F Manatee

📋 copy color: '#84879F'

red 132 ◦ green 135 ◦ blue 159

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

Shades of Manatee #84879F

Tints of Manatee #84879F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.69%

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

R = 30.99%
G = 31.69%
B = 37.32%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84879F (or 0x84879F) is known color: Manatee. HEX triplet: 84, 87 and 9F. RGB value is (132,135,159). Sum of RGB (Red+Green+Blue) = 132+135+159=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #84879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84879F is #7B7860. Grayscale: #888888. Windows color (decimal): -8091745 or 10454916. OLE color: 10454916.

HSL color Cylindrical-coordinate representation of color #84879F: hue angle of 233.33º 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 #84879F is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 135 159 -
CMYK 0.17 0.15 0 0.38
HSL 233.33º 0.12% 0.57% -
HSV(B) 233.33º 0.17% 0.62% -
XYZ 24.44 24.74 36.29 -
YUV 136.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 132 135 159 0.17 0.15 0 0.38 233.33 0.12 0.57
Hex 84 87 9F 11 F 0 26 E9 C 39
Octal 204 207 237 21 17 0 46 351 14 71
Binary 10000100 10000111 10011111 10001 1111 0 100110 11101001 1100 111001

Color Harmonies of #84879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84879F

Black with #84879F

Text Example


Text Example

White with #84879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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