#838793

Color #838793 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #838793

Tints of Manatee #838793

Color information

#838793 (or 0x838793) is unknown color: approx Manatee. HEX triplet: 83, 87 and 93. RGB value is (131,135,147). Sum of RGB (Red+Green+Blue) = 131+135+147=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #838793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838793 is #7C786C. Grayscale: #878787. Windows color (decimal): -8157293 or 9668483. OLE color: 9668483.

HSL color Cylindrical-coordinate representation of color #838793: hue angle of 225º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838793 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131135147-
CMYK0.110.0800.42
HSL225º6.9%54.51%-
HSV(B)225º10.88%57.65%-
XYZ23.2924.2631.06-
YUV135.17134.67125.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 135 (53.12% from 255) = 32.69%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=31.72%
G=32.69%
B=35.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311351470.110.0800.422256.954.51
Hex838793B802Ae1737
Octal2032072231310052341767
Binary10000011100001111001001110111000010101011100001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838793; }

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

 H1.HeaderClassName
 {
   color: #838793;
 }
 .AnyTagClassName
 {
   color: #838793;
 }
</style>
background-color css

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

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

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

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

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

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