Html Css Color HEX #84869F Manatee

📋 copy color: '#84869F'

red 132 ◦ green 134 ◦ blue 159

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

Shades of Manatee #84869F

Tints of Manatee #84869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.53%

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

R = 31.06%
G = 31.53%
B = 37.41%

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

#84869F (or 0x84869F) is known color: Manatee. HEX triplet: 84, 86 and 9F. RGB value is (132,134,159). Sum of RGB (Red+Green+Blue) = 132+134+159=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #84869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84869F is #7B7960. Grayscale: #888888. Windows color (decimal): -8092001 or 10454660. OLE color: 10454660.

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

Color convert

RGB 132 134 159 -
CMYK 0.17 0.16 0 0.38
HSL 235.56º 0.12% 0.57% -
HSV(B) 235.56º 0.17% 0.62% -
XYZ 24.3 24.46 36.24 -
YUV 136.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 132 134 159 0.17 0.16 0 0.38 235.56 0.12 0.57
Hex 84 86 9F 11 10 0 26 EC C 39
Octal 204 206 237 21 20 0 46 354 14 71
Binary 10000100 10000110 10011111 10001 10000 0 100110 11101100 1100 111001

Color Harmonies of #84869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84869F

Black with #84869F

Text Example


Text Example

White with #84869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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