Shades of Deluge #7F7BAB
Tints of Deluge #7F7BAB
RGB
CMYK
RGB Variations
Color information
#7F7BAB (or 0x7F7BAB) is known color: Deluge. HEX triplet: 7F, 7B and AB. RGB value is (127,123,171). Sum of RGB (Red+Green+Blue) = 127+123+171=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7BAB is #808454. Grayscale: #818181. Windows color (decimal): -8422485 or 11238271. OLE color: 11238271.
HSL color Cylindrical-coordinate representation of color #7F7BAB: hue angle of 245º 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 #7F7BAB is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 123 | 171 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.33 |
| HSL | 245º | 0.22% | 0.58% | - |
| HSV(B) | 245º | 0.28% | 0.67% | - |
| XYZ | 23.19 | 21.62 | 41.48 | - |
| YUV | 129.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 171 | 0.26 | 0.28 | 0 | 0.33 | 245 | 0.22 | 0.58 |
| Hex | 7F | 7B | AB | 1A | 1C | 0 | 21 | F5 | 16 | 3A |
| Octal | 177 | 173 | 253 | 32 | 34 | 0 | 41 | 365 | 26 | 72 |
| Binary | 1111111 | 1111011 | 10101011 | 11010 | 11100 | 0 | 100001 | 11110101 | 10110 | 111010 |
Color Harmonies of #7F7BAB
Complementary color
Monochromatic Colors of #7F7BAB
Black with #7F7BAB
Text Example
Text Example
White with #7F7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7BAB; }
p { color: rgb(127,123,171); }
H1.HeaderClassName
{
color: #7F7BAB;
}
.AnyTagClassName
{
color: #7F7BAB;
}
</style>
background-color css
<style>
a { background-color: #7F7BAB; }
a { background-color: rgb(127,123,171); }
div.DivClassName
{
background-color: #7F7BAB;
}
.BgClassName
{
background-color: #7F7BAB;
}
</style>
border-color css
<style>
span { border-color: #7F7BAB; }
span { border-color: rgb(127,123,171); }
td.TdClassName
{
border-color: #7F7BAB;
}
.TagClassName
{
border-color: #7F7BAB;
}
</style>