Html Css Color HEX #84859C Manatee

📋 copy color: '#84859C'

red 132 ◦ green 133 ◦ blue 156

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

Shades of Manatee #84859C

Tints of Manatee #84859C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 31.35%
G = 31.59%
B = 37.05%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84859C (or 0x84859C) is known color: Manatee. HEX triplet: 84, 85 and 9C. RGB value is (132,133,156). Sum of RGB (Red+Green+Blue) = 132+133+156=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #84859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84859C is #7B7A63. Grayscale: #878787. Windows color (decimal): -8092260 or 10257796. OLE color: 10257796.

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

Color convert

RGB 132 133 156 -
CMYK 0.15 0.15 0 0.39
HSL 237.5º 0.11% 0.56% -
HSV(B) 237.5º 0.15% 0.61% -
XYZ 23.9 24.08 34.84 -
YUV 135.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 132 133 156 0.15 0.15 0 0.39 237.5 0.11 0.56
Hex 84 85 9C F F 0 27 EE B 38
Octal 204 205 234 17 17 0 47 356 13 70
Binary 10000100 10000101 10011100 1111 1111 0 100111 11101110 1011 111000

Color Harmonies of #84859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84859C

Black with #84859C

Text Example


Text Example

White with #84859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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