#879A9B

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

Shades of Submarine #879A9B

Tints of Submarine #879A9B

Color information

#879A9B (or 0x879A9B) is unknown color: approx Submarine. HEX triplet: 87, 9A and 9B. RGB value is (135,154,155). Sum of RGB (Red+Green+Blue) = 135+154+155=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 155 - color contains mainly: blue. Hex color #879A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879A9B is #786564. Grayscale: #949494. Windows color (decimal): -7890277 or 10197639. OLE color: 10197639.

HSL color Cylindrical-coordinate representation of color #879A9B: hue angle of 183º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879A9B is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135154155-
CMYK0.130.0100.39
HSL183º9.09%56.86%-
HSV(B)183º12.9%60.78%-
XYZ27.4630.6335.47-
YUV148.43131.71118.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.41%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 155 (60.94% from 255) = 34.91%
R=30.41%
G=34.68%
B=34.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351541550.130.0100.391839.0956.86
Hex879A9BD1027b7939
Octal2072322331510472671171
Binary100001111001101010011011110110100111101101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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