#838792

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

Shades of Manatee #838792

Tints of Manatee #838792

Color information

#838792 (or 0x838792) is unknown color: approx Manatee. HEX triplet: 83, 87 and 92. RGB value is (131,135,146). Sum of RGB (Red+Green+Blue) = 131+135+146=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #838792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838792 is #7C786D. Grayscale: #878787. Windows color (decimal): -8157294 or 9602947. OLE color: 9602947.

HSL color Cylindrical-coordinate representation of color #838792: hue angle of 224º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838792 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131135146-
CMYK0.100.0800.43
HSL224º6.44%54.31%-
HSV(B)224º10.27%57.25%-
XYZ23.2124.2330.65-
YUV135.06134.17125.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=31.80%
G=32.77%
B=35.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311351460.100.0800.432246.4454.31
Hex838792A802Be0636
Octal2032072221210053340666
Binary10000011100001111001001010101000010101111100000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838792; }

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

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

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

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

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

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

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

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