Html Css Color HEX #82859D Manatee

📋 copy color: '#82859D'

red 130 ◦ green 133 ◦ blue 157

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

Shades of Manatee #82859D

Tints of Manatee #82859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 30.95%
G = 31.67%
B = 37.38%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82859D (or 0x82859D) is known color: Manatee. HEX triplet: 82, 85 and 9D. RGB value is (130,133,157). Sum of RGB (Red+Green+Blue) = 130+133+157=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #82859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82859D is #7D7A62. Grayscale: #868686. Windows color (decimal): -8223331 or 10323330. OLE color: 10323330.

HSL color Cylindrical-coordinate representation of color #82859D: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82859D is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 133 157 -
CMYK 0.17 0.15 0 0.38
HSL 233.33º 0.12% 0.56% -
HSV(B) 233.33º 0.17% 0.62% -
XYZ 23.68 23.96 35.27 -
YUV 134.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 130 133 157 0.17 0.15 0 0.38 233.33 0.12 0.56
Hex 82 85 9D 11 F 0 26 E9 C 38
Octal 202 205 235 21 17 0 46 351 14 70
Binary 10000010 10000101 10011101 10001 1111 0 100110 11101001 1100 111000

Color Harmonies of #82859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82859D

Black with #82859D

Text Example


Text Example

White with #82859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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