Shades of Delta #949B88
Tints of Delta #949B88
RGB
CMYK
RGB Variations
Color information
#949B88 (or 0x949B88) is known color: Delta. HEX triplet: 94, 9B and 88. RGB value is (148,155,136). Sum of RGB (Red+Green+Blue) = 148+155+136=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 155 - color contains mainly: green. Hex color #949B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B88 is #6B6477. Grayscale: #969696. Windows color (decimal): -7038072 or 8952724. OLE color: 8952724.
HSL color Cylindrical-coordinate representation of color #949B88: hue angle of 82.11º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #949B88 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 136 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.39 |
| HSL | 82.11º | 0.09% | 0.57% | - |
| HSV(B) | 82.11º | 0.12% | 0.61% | - |
| XYZ | 28.38 | 31.52 | 27.88 | - |
| YUV | 150.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 136 | 0.05 | 0 | 0.12 | 0.39 | 82.11 | 0.09 | 0.57 |
| Hex | 94 | 9B | 88 | 5 | 0 | C | 27 | 52 | 9 | 39 |
| Octal | 224 | 233 | 210 | 5 | 0 | 14 | 47 | 122 | 11 | 71 |
| Binary | 10010100 | 10011011 | 10001000 | 101 | 0 | 1100 | 100111 | 1010010 | 1001 | 111001 |
Color Harmonies of #949B88
Complementary color
Monochromatic Colors of #949B88
Black with #949B88
Text Example
Text Example
White with #949B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B88; }
p { color: rgb(148,155,136); }
H1.HeaderClassName
{
color: #949B88;
}
.AnyTagClassName
{
color: #949B88;
}
</style>
background-color css
<style>
a { background-color: #949B88; }
a { background-color: rgb(148,155,136); }
div.DivClassName
{
background-color: #949B88;
}
.BgClassName
{
background-color: #949B88;
}
</style>
border-color css
<style>
span { border-color: #949B88; }
span { border-color: rgb(148,155,136); }
td.TdClassName
{
border-color: #949B88;
}
.TagClassName
{
border-color: #949B88;
}
</style>