#939897

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

Shades of Submarine #939897

Tints of Submarine #939897

Color information

#939897 (or 0x939897) is unknown color: approx Submarine. HEX triplet: 93, 98 and 97. RGB value is (147,152,151). Sum of RGB (Red+Green+Blue) = 147+152+151=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 152 - color contains mainly: green. Hex color #939897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939897 is #6C6768. Grayscale: #969696. Windows color (decimal): -7104361 or 9934995. OLE color: 9934995.

HSL color Cylindrical-coordinate representation of color #939897: hue angle of 168º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #939897 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB147152151-
CMYK0.0300.010.40
HSL168º2.37%58.63%-
HSV(B)168º3.29%59.61%-
XYZ28.8530.8933.72-
YUV150.39128.34125.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 152 (59.77% from 255) = 33.78%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=32.67%
G=33.78%
B=33.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521510.0300.010.401682.3758.63
Hex93989730128a823b
Octal22323022730150250273
Binary10010011100110001001011111011010001010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939897; }

 p { color: rgb(147,152,151); }

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

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

 a { background-color: rgb(147,152,151); }

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

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

 span { border-color: rgb(147,152,151); }

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