Html Css Color HEX #838499 Manatee

📋 copy color: '#838499'

red 131 ◦ green 132 ◦ blue 153

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

Shades of Manatee #838499

Tints of Manatee #838499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.73%

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

R = 31.49%
G = 31.73%
B = 36.78%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#838499 (or 0x838499) is known color: Manatee. HEX triplet: 83, 84 and 99. RGB value is (131,132,153). Sum of RGB (Red+Green+Blue) = 131+132+153=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #838499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838499 is #7C7B66. Grayscale: #868686. Windows color (decimal): -8158055 or 10060931. OLE color: 10060931.

HSL color Cylindrical-coordinate representation of color #838499: hue angle of 237.27º 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 #838499 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 132 153 -
CMYK 0.14 0.14 0 0.4
HSL 237.27º 0.1% 0.56% -
HSV(B) 237.27º 0.14% 0.6% -
XYZ 23.36 23.63 33.47 -
YUV 134.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 131 132 153 0.14 0.14 0 0.4 237.27 0.1 0.56
Hex 83 84 99 E E 0 28 ED A 38
Octal 203 204 231 16 16 0 50 355 12 70
Binary 10000011 10000100 10011001 1110 1110 0 101000 11101101 1010 111000

Color Harmonies of #838499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838499

Black with #838499

Text Example


Text Example

White with #838499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838499; }

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

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

background-color css

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

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

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

border-color css

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

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

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