#879B9F

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

Shades of Submarine #879B9F

Tints of Submarine #879B9F

Color information

#879B9F (or 0x879B9F) is unknown color: approx Submarine. HEX triplet: 87, 9B and 9F. RGB value is (135,155,159). Sum of RGB (Red+Green+Blue) = 135+155+159=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 159 - color contains mainly: blue. Hex color #879B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B9F is #786460. Grayscale: #959595. Windows color (decimal): -7890017 or 10460039. OLE color: 10460039.

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

Color convert

RGB135155159-
CMYK0.150.0300.38
HSL190º11.11%57.65%-
HSV(B)190º15.09%62.35%-
XYZ27.9731.137.33-
YUV149.48133.37117.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.07%
GREEN value IS 155 (60.94% from 255) = 34.52%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=30.07%
G=34.52%
B=35.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351551590.150.0300.3819011.1157.65
Hex879B9FF3026beb3a
Octal2072332371730462761372
Binary1000011110011011100111111111110100110101111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,155,159); }

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

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

 a { background-color: rgb(135,155,159); }

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

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

 span { border-color: rgb(135,155,159); }

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