Html Css Color HEX #84869B Manatee

📋 copy color: '#84869B'

red 132 ◦ green 134 ◦ blue 155

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

Shades of Manatee #84869B

Tints of Manatee #84869B

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 value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84869B (or 0x84869B) is known color: 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

RGB 132 134 155 -
CMYK 0.15 0.14 0 0.39
HSL 234.78º 0.1% 0.56% -
HSV(B) 234.78º 0.15% 0.61% -
XYZ 23.96 24.32 34.44 -
YUV 135.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 132 134 155 0.15 0.14 0 0.39 234.78 0.1 0.56
Hex 84 86 9B F E 0 27 EB A 38
Octal 204 206 233 17 16 0 47 353 12 70
Binary 10000100 10000110 10011011 1111 1110 0 100111 11101011 1010 111000

Color Harmonies of #84869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84869B

Black with #84869B

Text Example


Text Example

White with #84869B

Text Example


Text Example

HTML Codes & Css Web 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>