Html Css Color HEX #838799 Manatee

📋 copy color: '#838799'

red 131 ◦ green 135 ◦ blue 153

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

Shades of Manatee #838799

Tints of Manatee #838799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.22%

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

R = 31.26%
G = 32.22%
B = 36.52%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#838799 (or 0x838799) is known color: Manatee. HEX triplet: 83, 87 and 99. RGB value is (131,135,153). Sum of RGB (Red+Green+Blue) = 131+135+153=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #838799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838799 is #7C7866. Grayscale: #878787. Windows color (decimal): -8157287 or 10061699. OLE color: 10061699.

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

Color convert

RGB 131 135 153 -
CMYK 0.14 0.12 0 0.4
HSL 229.09º 0.1% 0.56% -
HSV(B) 229.09º 0.14% 0.6% -
XYZ 23.77 24.45 33.6 -
YUV 135.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 131 135 153 0.14 0.12 0 0.4 229.09 0.1 0.56
Hex 83 87 99 E C 0 28 E5 A 38
Octal 203 207 231 16 14 0 50 345 12 70
Binary 10000011 10000111 10011001 1110 1100 0 101000 11100101 1010 111000

Color Harmonies of #838799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838799

Black with #838799

Text Example


Text Example

White with #838799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838799; }

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

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

background-color css

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

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

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

border-color css

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

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

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