#879394

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

Shades of Submarine #879394

Tints of Submarine #879394

Color information

#879394 (or 0x879394) is unknown color: approx Submarine. HEX triplet: 87, 93 and 94. RGB value is (135,147,148). Sum of RGB (Red+Green+Blue) = 135+147+148=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 148 - color contains mainly: blue. Hex color #879394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879394 is #786C6B. Grayscale: #8F8F8F. Windows color (decimal): -7892076 or 9737095. OLE color: 9737095.

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

Color convert

RGB135147148-
CMYK0.090.0100.42
HSL184.62º5.73%55.49%-
HSV(B)184.62º8.78%58.04%-
XYZ25.7728.1632.09-
YUV143.53130.52121.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=31.40%
G=34.19%
B=34.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351471480.090.0100.42184.625.7355.49
Hex8793949102Ab9637
Octal207223224111052271667
Binary10000111100100111001010010011010101010111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879394; }

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

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

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

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

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

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

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

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