Shades of Delta #94A285
Tints of Delta #94A285
RGB
CMYK
RGB Variations
Color information
#94A285 (or 0x94A285) is known color: Delta. HEX triplet: 94, A2 and 85. RGB value is (148,162,133). Sum of RGB (Red+Green+Blue) = 148+162+133=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #94A285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A285 is #6B5D7A. Grayscale: #9A9A9A. Windows color (decimal): -7036283 or 8757908. OLE color: 8757908.
HSL color Cylindrical-coordinate representation of color #94A285: hue angle of 88.97º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94A285 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 162 | 133 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.36 |
| HSL | 88.97º | 0.13% | 0.58% | - |
| HSV(B) | 88.97º | 0.18% | 0.64% | - |
| XYZ | 29.37 | 33.83 | 27.17 | - |
| YUV | 154.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 133 | 0.09 | 0 | 0.18 | 0.36 | 88.97 | 0.13 | 0.58 |
| Hex | 94 | A2 | 85 | 9 | 0 | 12 | 24 | 59 | D | 3A |
| Octal | 224 | 242 | 205 | 11 | 0 | 22 | 44 | 131 | 15 | 72 |
| Binary | 10010100 | 10100010 | 10000101 | 1001 | 0 | 10010 | 100100 | 1011001 | 1101 | 111010 |
Color Harmonies of #94A285
Complementary color
Monochromatic Colors of #94A285
Black with #94A285
Text Example
Text Example
White with #94A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A285; }
p { color: rgb(148,162,133); }
H1.HeaderClassName
{
color: #94A285;
}
.AnyTagClassName
{
color: #94A285;
}
</style>
background-color css
<style>
a { background-color: #94A285; }
a { background-color: rgb(148,162,133); }
div.DivClassName
{
background-color: #94A285;
}
.BgClassName
{
background-color: #94A285;
}
</style>
border-color css
<style>
span { border-color: #94A285; }
span { border-color: rgb(148,162,133); }
td.TdClassName
{
border-color: #94A285;
}
.TagClassName
{
border-color: #94A285;
}
</style>