#949F9C

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

Shades of Cascade #949F9C

Tints of Cascade #949F9C

Color information

#949F9C (or 0x949F9C) is unknown color: approx Cascade. HEX triplet: 94, 9F and 9C. RGB value is (148,159,156). Sum of RGB (Red+Green+Blue) = 148+159+156=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 159 - color contains mainly: green. Hex color #949F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F9C is #6B6063. Grayscale: #9B9B9B. Windows color (decimal): -7037028 or 10264468. OLE color: 10264468.

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

Color convert

RGB148159156-
CMYK0.0700.020.38
HSL163.64º5.42%60.2%-
HSV(B)163.64º6.92%62.35%-
XYZ30.6133.4936.3-
YUV155.37128.36122.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=31.97%
G=34.34%
B=33.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591560.0700.020.38163.645.4260.2
Hex949F9C70226a453c
Octal22423723470246244574
Binary10010100100111111001110011101010011010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949F9C; }

 p { color: rgb(148,159,156); }

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

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

 a { background-color: rgb(148,159,156); }

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

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

 span { border-color: rgb(148,159,156); }

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