Shades of Delta #949792
Tints of Delta #949792
RGB
CMYK
RGB Variations
Color information
#949792 (or 0x949792) is known color: Delta. HEX triplet: 94, 97 and 92. RGB value is (148,151,146). Sum of RGB (Red+Green+Blue) = 148+151+146=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 151 - color contains mainly: green. Hex color #949792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949792 is #6B686D. Grayscale: #959595. Windows color (decimal): -7039086 or 9607060. OLE color: 9607060.
HSL color Cylindrical-coordinate representation of color #949792: hue angle of 96º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #949792 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
RGB | 148 | 151 | 146 | - |
CMYK | 0.02 | 0 | 0.03 | 0.41 |
HSL | 96º | 0.02% | 0.58% | - |
HSV(B) | 96º | 0.03% | 0.59% | - |
XYZ | 28.47 | 30.5 | 31.58 | - |
YUV | 149.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 148 | 151 | 146 | 0.02 | 0 | 0.03 | 0.41 | 96 | 0.02 | 0.58 |
Hex | 94 | 97 | 92 | 2 | 0 | 3 | 29 | 60 | 2 | 3A |
Octal | 224 | 227 | 222 | 2 | 0 | 3 | 51 | 140 | 2 | 72 |
Binary | 10010100 | 10010111 | 10010010 | 10 | 0 | 11 | 101001 | 1100000 | 10 | 111010 |
Color Harmonies of #949792
Complementary color
Monochromatic Colors of #949792
Black with #949792
Text Example
Text Example
White with #949792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949792; }
p { color: rgb(148,151,146); }
H1.HeaderClassName
{
color: #949792;
}
.AnyTagClassName
{
color: #949792;
}
</style>
background-color css
<style>
a { background-color: #949792; }
a { background-color: rgb(148,151,146); }
div.DivClassName
{
background-color: #949792;
}
.BgClassName
{
background-color: #949792;
}
</style>
border-color css
<style>
span { border-color: #949792; }
span { border-color: rgb(148,151,146); }
td.TdClassName
{
border-color: #949792;
}
.TagClassName
{
border-color: #949792;
}
</style>