#939F9B

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

Shades of Cascade #939F9B

Tints of Cascade #939F9B

Color information

#939F9B (or 0x939F9B) is unknown color: approx Cascade. HEX triplet: 93, 9F and 9B. RGB value is (147,159,155). Sum of RGB (Red+Green+Blue) = 147+159+155=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 159 - color contains mainly: green. Hex color #939F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F9B is #6C6064. Grayscale: #9A9A9A. Windows color (decimal): -7102565 or 10198931. OLE color: 10198931.

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

Color convert

RGB147159155-
CMYK0.0800.030.38
HSL160º5.88%60%-
HSV(B)160º7.55%62.35%-
XYZ30.3533.3735.85-
YUV154.96128.02122.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=31.89%
G=34.49%
B=33.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591550.0800.030.381605.8860
Hex939F9B80326a063c
Octal223237233100346240674
Binary100100111001111110011011100001110011010100000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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