#939697

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

Shades of Submarine #939697

Tints of Submarine #939697

Color information

#939697 (or 0x939697) is unknown color: approx Submarine. HEX triplet: 93, 96 and 97. RGB value is (147,150,151). Sum of RGB (Red+Green+Blue) = 147+150+151=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 151 - color contains mainly: blue. Hex color #939697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939697 is #6C6968. Grayscale: #959595. Windows color (decimal): -7104873 or 9934483. OLE color: 9934483.

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

Color convert

RGB147150151-
CMYK0.030.0100.41
HSL195º1.89%58.43%-
HSV(B)195º2.65%59.22%-
XYZ28.5230.2533.61-
YUV149.22129.01126.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.81%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=32.81%
G=33.48%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471501510.030.0100.411951.8958.43
Hex93969731029c323a
Octal22322622731051303272
Binary10010011100101101001011111101010011100001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939697; }

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

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

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

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

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

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

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

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