Shades of Deluge #807BAB
Tints of Deluge #807BAB
RGB
CMYK
RGB Variations
Color information
#807BAB (or 0x807BAB) is known color: Deluge. HEX triplet: 80, 7B and AB. RGB value is (128,123,171). Sum of RGB (Red+Green+Blue) = 128+123+171=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #807BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807BAB is #7F8454. Grayscale: #818181. Windows color (decimal): -8356949 or 11238272. OLE color: 11238272.
HSL color Cylindrical-coordinate representation of color #807BAB: hue angle of 246.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #807BAB is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 123 | 171 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.33 |
| HSL | 246.25º | 0.22% | 0.58% | - |
| HSV(B) | 246.25º | 0.28% | 0.67% | - |
| XYZ | 23.34 | 21.7 | 41.49 | - |
| YUV | 129.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 171 | 0.25 | 0.28 | 0 | 0.33 | 246.25 | 0.22 | 0.58 |
| Hex | 80 | 7B | AB | 19 | 1C | 0 | 21 | F6 | 16 | 3A |
| Octal | 200 | 173 | 253 | 31 | 34 | 0 | 41 | 366 | 26 | 72 |
| Binary | 10000000 | 1111011 | 10101011 | 11001 | 11100 | 0 | 100001 | 11110110 | 10110 | 111010 |
Color Harmonies of #807BAB
Complementary color
Monochromatic Colors of #807BAB
Black with #807BAB
Text Example
Text Example
White with #807BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BAB; }
p { color: rgb(128,123,171); }
H1.HeaderClassName
{
color: #807BAB;
}
.AnyTagClassName
{
color: #807BAB;
}
</style>
background-color css
<style>
a { background-color: #807BAB; }
a { background-color: rgb(128,123,171); }
div.DivClassName
{
background-color: #807BAB;
}
.BgClassName
{
background-color: #807BAB;
}
</style>
border-color css
<style>
span { border-color: #807BAB; }
span { border-color: rgb(128,123,171); }
td.TdClassName
{
border-color: #807BAB;
}
.TagClassName
{
border-color: #807BAB;
}
</style>