Html Css Color HEX #83839D Manatee

📋 copy color: '#83839D'

red 131 ◦ green 131 ◦ blue 157

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

Shades of Manatee #83839D

Tints of Manatee #83839D

RGB

 RED value IS 131 (51.56% from 255) = 31.26%

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

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

R = 31.26%
G = 31.26%
B = 37.47%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83839D (or 0x83839D) is known color: Manatee. HEX triplet: 83, 83 and 9D. RGB value is (131,131,157). Sum of RGB (Red+Green+Blue) = 131+131+157=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #83839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83839D is #7C7C62. Grayscale: #858585. Windows color (decimal): -8158307 or 10322819. OLE color: 10322819.

HSL color Cylindrical-coordinate representation of color #83839D: hue angle of 240º 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 #83839D is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 131 157 -
CMYK 0.17 0.17 0 0.38
HSL 240º 0.12% 0.56% -
HSV(B) 240º 0.17% 0.62% -
XYZ 23.56 23.49 35.19 -
YUV 133.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 131 131 157 0.17 0.17 0 0.38 240 0.12 0.56
Hex 83 83 9D 11 11 0 26 F0 C 38
Octal 203 203 235 21 21 0 46 360 14 70
Binary 10000011 10000011 10011101 10001 10001 0 100110 11110000 1100 111000

Color Harmonies of #83839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83839D

Black with #83839D

Text Example


Text Example

White with #83839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,131,157); }

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

background-color css

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

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

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

border-color css

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

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

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