Html Css Color HEX #83859D Manatee

📋 copy color: '#83859D'

red 131 ◦ green 133 ◦ blue 157

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

Shades of Manatee #83859D

Tints of Manatee #83859D

RGB

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

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

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

R = 31.12%
G = 31.59%
B = 37.29%

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

#83859D (or 0x83859D) is known color: Manatee. HEX triplet: 83, 85 and 9D. RGB value is (131,133,157). Sum of RGB (Red+Green+Blue) = 131+133+157=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #83859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83859D is #7C7A62. Grayscale: #878787. Windows color (decimal): -8157795 or 10323331. OLE color: 10323331.

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

Color convert

RGB 131 133 157 -
CMYK 0.17 0.15 0 0.38
HSL 235.38º 0.12% 0.56% -
HSV(B) 235.38º 0.17% 0.62% -
XYZ 23.83 24.03 35.28 -
YUV 135.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 131 133 157 0.17 0.15 0 0.38 235.38 0.12 0.56
Hex 83 85 9D 11 F 0 26 EB C 38
Octal 203 205 235 21 17 0 46 353 14 70
Binary 10000011 10000101 10011101 10001 1111 0 100110 11101011 1100 111000

Color Harmonies of #83859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83859D

Black with #83859D

Text Example


Text Example

White with #83859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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