Shades of Edward #949A96
Tints of Edward #949A96
RGB
CMYK
RGB Variations
Color information
#949A96 (or 0x949A96) is known color: Edward. HEX triplet: 94, 9A and 96. RGB value is (148,154,150). Sum of RGB (Red+Green+Blue) = 148+154+150=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 154 - color contains mainly: green. Hex color #949A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A96 is #6B6569. Grayscale: #979797. Windows color (decimal): -7038314 or 9869972. OLE color: 9869972.
HSL color Cylindrical-coordinate representation of color #949A96: hue angle of 140º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #949A96 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 154 | 150 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.40 |
| HSL | 140º | 0.03% | 0.59% | - |
| HSV(B) | 140º | 0.04% | 0.6% | - |
| XYZ | 29.27 | 31.61 | 33.41 | - |
| YUV | 151.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 150 | 0.04 | 0 | 0.03 | 0.40 | 140 | 0.03 | 0.59 |
| Hex | 94 | 9A | 96 | 4 | 0 | 3 | 28 | 8C | 3 | 3B |
| Octal | 224 | 232 | 226 | 4 | 0 | 3 | 50 | 214 | 3 | 73 |
| Binary | 10010100 | 10011010 | 10010110 | 100 | 0 | 11 | 101000 | 10001100 | 11 | 111011 |
Color Harmonies of #949A96
Complementary color
Monochromatic Colors of #949A96
Black with #949A96
Text Example
Text Example
White with #949A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949A96; }
p { color: rgb(148,154,150); }
H1.HeaderClassName
{
color: #949A96;
}
.AnyTagClassName
{
color: #949A96;
}
</style>
background-color css
<style>
a { background-color: #949A96; }
a { background-color: rgb(148,154,150); }
div.DivClassName
{
background-color: #949A96;
}
.BgClassName
{
background-color: #949A96;
}
</style>
border-color css
<style>
span { border-color: #949A96; }
span { border-color: rgb(148,154,150); }
td.TdClassName
{
border-color: #949A96;
}
.TagClassName
{
border-color: #949A96;
}
</style>