Shades of Delta #919B83
Tints of Delta #919B83
RGB
CMYK
RGB Variations
Color information
#919B83 (or 0x919B83) is known color: Delta. HEX triplet: 91, 9B and 83. RGB value is (145,155,131). Sum of RGB (Red+Green+Blue) = 145+155+131=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #919B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B83 is #6E647C. Grayscale: #959595. Windows color (decimal): -7234685 or 8625041. OLE color: 8625041.
HSL color Cylindrical-coordinate representation of color #919B83: hue angle of 85º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919B83 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 131 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.39 |
| HSL | 85º | 0.11% | 0.56% | - |
| HSV(B) | 85º | 0.15% | 0.61% | - |
| XYZ | 27.5 | 31.1 | 26.03 | - |
| YUV | 149.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 131 | 0.06 | 0 | 0.15 | 0.39 | 85 | 0.11 | 0.56 |
| Hex | 91 | 9B | 83 | 6 | 0 | F | 27 | 55 | B | 38 |
| Octal | 221 | 233 | 203 | 6 | 0 | 17 | 47 | 125 | 13 | 70 |
| Binary | 10010001 | 10011011 | 10000011 | 110 | 0 | 1111 | 100111 | 1010101 | 1011 | 111000 |
Color Harmonies of #919B83
Complementary color
Monochromatic Colors of #919B83
Black with #919B83
Text Example
Text Example
White with #919B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B83; }
p { color: rgb(145,155,131); }
H1.HeaderClassName
{
color: #919B83;
}
.AnyTagClassName
{
color: #919B83;
}
</style>
background-color css
<style>
a { background-color: #919B83; }
a { background-color: rgb(145,155,131); }
div.DivClassName
{
background-color: #919B83;
}
.BgClassName
{
background-color: #919B83;
}
</style>
border-color css
<style>
span { border-color: #919B83; }
span { border-color: rgb(145,155,131); }
td.TdClassName
{
border-color: #919B83;
}
.TagClassName
{
border-color: #919B83;
}
</style>