#8D9E9C

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

Shades of Submarine #8D9E9C

Tints of Submarine #8D9E9C

Color information

#8D9E9C (or 0x8D9E9C) is unknown color: approx Submarine. HEX triplet: 8D, 9E and 9C. RGB value is (141,158,156). Sum of RGB (Red+Green+Blue) = 141+158+156=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 158 - color contains mainly: green. Hex color #8D9E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9E9C is #726163. Grayscale: #989898. Windows color (decimal): -7496036 or 10264205. OLE color: 10264205.

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

Color convert

RGB141158156-
CMYK0.1100.010.38
HSL172.94º8.06%58.63%-
HSV(B)172.94º10.76%61.96%-
XYZ29.2132.5236.19-
YUV152.69129.87119.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=30.99%
G=34.73%
B=34.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411581560.1100.010.38172.948.0658.63
Hex8D9E9CB0126ad83b
Octal2152362341301462551073
Binary100011011001111010011100101101100110101011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D9E9C; }

 p { color: rgb(141,158,156); }

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

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

 a { background-color: rgb(141,158,156); }

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

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

 span { border-color: rgb(141,158,156); }

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