Html Css Color HEX #82859B Manatee

📋 copy color: '#82859B'

red 130 ◦ green 133 ◦ blue 155

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

Shades of Manatee #82859B

Tints of Manatee #82859B

RGB

 RED value IS 130 (51.17% from 255) = 31.1%

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

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

R = 31.1%
G = 31.82%
B = 37.08%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82859B (or 0x82859B) is known color: Manatee. HEX triplet: 82, 85 and 9B. RGB value is (130,133,155). Sum of RGB (Red+Green+Blue) = 130+133+155=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #82859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82859B is #7D7A64. Grayscale: #868686. Windows color (decimal): -8223333 or 10192258. OLE color: 10192258.

HSL color Cylindrical-coordinate representation of color #82859B: hue angle of 232.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82859B is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 133 155 -
CMYK 0.16 0.14 0 0.39
HSL 232.8º 0.11% 0.56% -
HSV(B) 232.8º 0.16% 0.61% -
XYZ 23.51 23.89 34.38 -
YUV 134.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 130 133 155 0.16 0.14 0 0.39 232.8 0.11 0.56
Hex 82 85 9B 10 E 0 27 E9 B 38
Octal 202 205 233 20 16 0 47 351 13 70
Binary 10000010 10000101 10011011 10000 1110 0 100111 11101001 1011 111000

Color Harmonies of #82859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82859B

Black with #82859B

Text Example


Text Example

White with #82859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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