#839394

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

Shades of Submarine #839394

Tints of Submarine #839394

Color information

#839394 (or 0x839394) is unknown color: approx Submarine. HEX triplet: 83, 93 and 94. RGB value is (131,147,148). Sum of RGB (Red+Green+Blue) = 131+147+148=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 148 - color contains mainly: blue. Hex color #839394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839394 is #7C6C6B. Grayscale: #8E8E8E. Windows color (decimal): -8154220 or 9737091. OLE color: 9737091.

HSL color Cylindrical-coordinate representation of color #839394: hue angle of 183.53º 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 #839394 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131147148-
CMYK0.110.0100.42
HSL183.53º7.36%54.71%-
HSV(B)183.53º11.49%58.04%-
XYZ25.1427.8332.06-
YUV142.33131.2119.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=30.75%
G=34.51%
B=34.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311471480.110.0100.42183.537.3654.71
Hex839394B102Ab8737
Octal203223224131052270767
Binary10000011100100111001010010111010101010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839394; }

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

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

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

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

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

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

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

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