Html Css Color HEX #83899E Manatee

📋 copy color: '#83899E'

red 131 ◦ green 137 ◦ blue 158

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

Shades of Manatee #83899E

Tints of Manatee #83899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.16%

 BLUE value IS 158 (62.11% from 255) = 37.09%

R = 30.75%
G = 32.16%
B = 37.09%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83899E (or 0x83899E) is known color: Manatee. HEX triplet: 83, 89 and 9E. RGB value is (131,137,158). Sum of RGB (Red+Green+Blue) = 131+137+158=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #83899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83899E is #7C7661. Grayscale: #898989. Windows color (decimal): -8156770 or 10389891. OLE color: 10389891.

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

Color convert

RGB 131 137 158 -
CMYK 0.17 0.13 0 0.38
HSL 226.67º 0.12% 0.57% -
HSV(B) 226.67º 0.17% 0.62% -
XYZ 24.48 25.19 35.92 -
YUV 137.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 131 137 158 0.17 0.13 0 0.38 226.67 0.12 0.57
Hex 83 89 9E 11 D 0 26 E3 C 39
Octal 203 211 236 21 15 0 46 343 14 71
Binary 10000011 10001001 10011110 10001 1101 0 100110 11100011 1100 111001

Color Harmonies of #83899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83899E

Black with #83899E

Text Example


Text Example

White with #83899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83899E; }

 p { color: rgb(131,137,158); }

 H1.HeaderClassName
 {
   color: #83899E;
 }
 .AnyTagClassName
 {
   color: #83899E;
 }
</style>

background-color css

<style>
 a { background-color: #83899E; }

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

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

border-color css

<style>
 span { border-color: #83899E; }

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

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