Html Css Color HEX #84859B Manatee

📋 copy color: '#84859B'

red 132 ◦ green 133 ◦ blue 155

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

Shades of Manatee #84859B

Tints of Manatee #84859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 31.43%
G = 31.67%
B = 36.9%

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

#84859B (or 0x84859B) is known color: Manatee. HEX triplet: 84, 85 and 9B. RGB value is (132,133,155). Sum of RGB (Red+Green+Blue) = 132+133+155=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #84859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84859B is #7B7A64. Grayscale: #878787. Windows color (decimal): -8092261 or 10192260. OLE color: 10192260.

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

Color convert

RGB 132 133 155 -
CMYK 0.15 0.14 0 0.39
HSL 237.39º 0.1% 0.56% -
HSV(B) 237.39º 0.15% 0.61% -
XYZ 23.82 24.05 34.4 -
YUV 135.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 132 133 155 0.15 0.14 0 0.39 237.39 0.1 0.56
Hex 84 85 9B F E 0 27 ED A 38
Octal 204 205 233 17 16 0 47 355 12 70
Binary 10000100 10000101 10011011 1111 1110 0 100111 11101101 1010 111000

Color Harmonies of #84859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84859B

Black with #84859B

Text Example


Text Example

White with #84859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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