#879E9D

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

Shades of Submarine #879E9D

Tints of Submarine #879E9D

Color information

#879E9D (or 0x879E9D) is unknown color: approx Submarine. HEX triplet: 87, 9E and 9D. RGB value is (135,158,157). Sum of RGB (Red+Green+Blue) = 135+158+157=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 158 - color contains mainly: green. Hex color #879E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E9D is #786162. Grayscale: #969696. Windows color (decimal): -7889251 or 10329735. OLE color: 10329735.

HSL color Cylindrical-coordinate representation of color #879E9D: hue angle of 177.39º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879E9D is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB135158157-
CMYK0.1500.010.38
HSL177.39º10.6%57.45%-
HSV(B)177.39º14.56%61.96%-
XYZ28.332.0436.59-
YUV151.01131.38116.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30%
GREEN value IS 158 (62.11% from 255) = 35.11%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=30%
G=35.11%
B=34.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351581570.1500.010.38177.3910.657.45
Hex879E9DF0126b1b39
Octal2072362351701462611371
Binary100001111001111010011101111101100110101100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879E9D; }

 p { color: rgb(135,158,157); }

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

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

 a { background-color: rgb(135,158,157); }

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

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

 span { border-color: rgb(135,158,157); }

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