#939B9D

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

Shades of Submarine #939B9D

Tints of Submarine #939B9D

Color information

#939B9D (or 0x939B9D) is unknown color: approx Submarine. HEX triplet: 93, 9B and 9D. RGB value is (147,155,157). Sum of RGB (Red+Green+Blue) = 147+155+157=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 157 - color contains mainly: blue. Hex color #939B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B9D is #6C6462. Grayscale: #989898. Windows color (decimal): -7103587 or 10328979. OLE color: 10328979.

HSL color Cylindrical-coordinate representation of color #939B9D: hue angle of 192º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #939B9D is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147155157-
CMYK0.060.0100.38
HSL192º4.85%59.61%-
HSV(B)192º6.37%61.57%-
XYZ29.8432.0836.52-
YUV152.84130.35123.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=32.03%
G=33.77%
B=34.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471551570.060.0100.381924.8559.61
Hex939B9D61026c053c
Octal22323323561046300574
Binary1001001110011011100111011101010011011000000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939B9D; }

 p { color: rgb(147,155,157); }

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

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

 a { background-color: rgb(147,155,157); }

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

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

 span { border-color: rgb(147,155,157); }

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