#84869B

Color #84869B Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #84869B

Tints of Manatee #84869B

Color information

#84869B (or 0x84869B) is unknown color: approx Manatee. HEX triplet: 84, 86 and 9B. RGB value is (132,134,155). Sum of RGB (Red+Green+Blue) = 132+134+155=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #84869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84869B is #7B7964. Grayscale: #878787. Windows color (decimal): -8092005 or 10192516. OLE color: 10192516.

HSL color Cylindrical-coordinate representation of color #84869B: hue angle of 234.78º 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 #84869B is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132134155-
CMYK0.150.1400.39
HSL234.78º10.31%56.27%-
HSV(B)234.78º14.84%60.78%-
XYZ23.9624.3234.44-
YUV135.8138.84125.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=31.35%
G=31.83%
B=36.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321341550.150.1400.39234.7810.3156.27
Hex84869BFE027eba38
Octal20420623317160473531270
Binary100001001000011010011011111111100100111111010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84869B;
 }
 .AnyTagClassName
 {
   color: #84869B;
 }
</style>
background-color css

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

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

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

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

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

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