#939B99

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

Shades of Cascade #939B99

Tints of Cascade #939B99

Color information

#939B99 (or 0x939B99) is unknown color: approx Cascade. HEX triplet: 93, 9B and 99. RGB value is (147,155,153). Sum of RGB (Red+Green+Blue) = 147+155+153=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 155 - color contains mainly: green. Hex color #939B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B99 is #6C6466. Grayscale: #989898. Windows color (decimal): -7103591 or 10066835. OLE color: 10066835.

HSL color Cylindrical-coordinate representation of color #939B99: hue angle of 165º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #939B99 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB147155153-
CMYK0.0500.010.39
HSL165º3.85%59.22%-
HSV(B)165º5.16%60.78%-
XYZ29.531.9534.75-
YUV152.38128.35124.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=32.31%
G=34.07%
B=33.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471551530.0500.010.391653.8559.22
Hex939B9950127a543b
Octal22323323150147245473
Binary1001001110011011100110011010110011110100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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