Html Css Color HEX #82839B Manatee

📋 copy color: '#82839B'

red 130 ◦ green 131 ◦ blue 155

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

Shades of Manatee #82839B

Tints of Manatee #82839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.49%

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

R = 31.25%
G = 31.49%
B = 37.26%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82839B (or 0x82839B) is known color: Manatee. HEX triplet: 82, 83 and 9B. RGB value is (130,131,155). Sum of RGB (Red+Green+Blue) = 130+131+155=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #82839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82839B is #7D7C64. Grayscale: #858585. Windows color (decimal): -8223845 or 10191746. OLE color: 10191746.

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

Color convert

RGB 130 131 155 -
CMYK 0.16 0.15 0 0.39
HSL 237.6º 0.11% 0.56% -
HSV(B) 237.6º 0.16% 0.61% -
XYZ 23.24 23.34 34.29 -
YUV 133.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 130 131 155 0.16 0.15 0 0.39 237.6 0.11 0.56
Hex 82 83 9B 10 F 0 27 EE B 38
Octal 202 203 233 20 17 0 47 356 13 70
Binary 10000010 10000011 10011011 10000 1111 0 100111 11101110 1011 111000

Color Harmonies of #82839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82839B

Black with #82839B

Text Example


Text Example

White with #82839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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