Html Css Color HEX #83899D Manatee

📋 copy color: '#83899D'

red 131 ◦ green 137 ◦ blue 157

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

Shades of Manatee #83899D

Tints of Manatee #83899D

RGB

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

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

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

R = 30.82%
G = 32.24%
B = 36.94%

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

#83899D (or 0x83899D) is known color: Manatee. HEX triplet: 83, 89 and 9D. RGB value is (131,137,157). Sum of RGB (Red+Green+Blue) = 131+137+157=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #83899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83899D is #7C7662. Grayscale: #898989. Windows color (decimal): -8156771 or 10324355. OLE color: 10324355.

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

Color convert

RGB 131 137 157 -
CMYK 0.17 0.13 0 0.38
HSL 226.15º 0.12% 0.56% -
HSV(B) 226.15º 0.17% 0.62% -
XYZ 24.39 25.15 35.47 -
YUV 137.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 131 137 157 0.17 0.13 0 0.38 226.15 0.12 0.56
Hex 83 89 9D 11 D 0 26 E2 C 38
Octal 203 211 235 21 15 0 46 342 14 70
Binary 10000011 10001001 10011101 10001 1101 0 100110 11100010 1100 111000

Color Harmonies of #83899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83899D

Black with #83899D

Text Example


Text Example

White with #83899D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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