Html Css Color HEX #838999 Manatee

📋 copy color: '#838999'

red 131 ◦ green 137 ◦ blue 153

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

Shades of Manatee #838999

Tints of Manatee #838999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 31.12%
G = 32.54%
B = 36.34%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#838999 (or 0x838999) is known color: Manatee. HEX triplet: 83, 89 and 99. RGB value is (131,137,153). Sum of RGB (Red+Green+Blue) = 131+137+153=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #838999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838999 is #7C7666. Grayscale: #888888. Windows color (decimal): -8156775 or 10062211. OLE color: 10062211.

HSL color Cylindrical-coordinate representation of color #838999: hue angle of 223.64º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838999 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 137 153 -
CMYK 0.14 0.10 0 0.4
HSL 223.64º 0.1% 0.56% -
HSV(B) 223.64º 0.14% 0.6% -
XYZ 24.06 25.02 33.7 -
YUV 137.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 131 137 153 0.14 0.10 0 0.4 223.64 0.1 0.56
Hex 83 89 99 E A 0 28 E0 A 38
Octal 203 211 231 16 12 0 50 340 12 70
Binary 10000011 10001001 10011001 1110 1010 0 101000 11100000 1010 111000

Color Harmonies of #838999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838999

Black with #838999

Text Example


Text Example

White with #838999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838999; }

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

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

background-color css

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

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

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

border-color css

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

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

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