Shades of Edward #949B96
Tints of Edward #949B96
RGB
CMYK
RGB Variations
Color information
#949B96 (or 0x949B96) is known color: Edward. HEX triplet: 94, 9B and 96. RGB value is (148,155,150). Sum of RGB (Red+Green+Blue) = 148+155+150=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 155 - color contains mainly: green. Hex color #949B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B96 is #6B6469. Grayscale: #989898. Windows color (decimal): -7038058 or 9870228. OLE color: 9870228.
HSL color Cylindrical-coordinate representation of color #949B96: hue angle of 137.14º degrees, saturation: 0.03, 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 #949B96 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 150 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.39 |
| HSL | 137.14º | 0.03% | 0.59% | - |
| HSV(B) | 137.14º | 0.05% | 0.61% | - |
| XYZ | 29.44 | 31.94 | 33.47 | - |
| YUV | 152.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 150 | 0.05 | 0 | 0.03 | 0.39 | 137.14 | 0.03 | 0.59 |
| Hex | 94 | 9B | 96 | 5 | 0 | 3 | 27 | 89 | 3 | 3B |
| Octal | 224 | 233 | 226 | 5 | 0 | 3 | 47 | 211 | 3 | 73 |
| Binary | 10010100 | 10011011 | 10010110 | 101 | 0 | 11 | 100111 | 10001001 | 11 | 111011 |
Color Harmonies of #949B96
Complementary color
Monochromatic Colors of #949B96
Black with #949B96
Text Example
Text Example
White with #949B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B96; }
p { color: rgb(148,155,150); }
H1.HeaderClassName
{
color: #949B96;
}
.AnyTagClassName
{
color: #949B96;
}
</style>
background-color css
<style>
a { background-color: #949B96; }
a { background-color: rgb(148,155,150); }
div.DivClassName
{
background-color: #949B96;
}
.BgClassName
{
background-color: #949B96;
}
</style>
border-color css
<style>
span { border-color: #949B96; }
span { border-color: rgb(148,155,150); }
td.TdClassName
{
border-color: #949B96;
}
.TagClassName
{
border-color: #949B96;
}
</style>