Shades of Deluge #7F7DAB
Tints of Deluge #7F7DAB
RGB
CMYK
RGB Variations
Color information
#7F7DAB (or 0x7F7DAB) is known color: Deluge. HEX triplet: 7F, 7D and AB. RGB value is (127,125,171). Sum of RGB (Red+Green+Blue) = 127+125+171=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7DAB is #808254. Grayscale: #828282. Windows color (decimal): -8421973 or 11238783. OLE color: 11238783.
HSL color Cylindrical-coordinate representation of color #7F7DAB: hue angle of 242.61º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F7DAB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 125 | 171 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.33 |
| HSL | 242.61º | 0.21% | 0.58% | - |
| HSV(B) | 242.61º | 0.27% | 0.67% | - |
| XYZ | 23.44 | 22.12 | 41.56 | - |
| YUV | 130.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 171 | 0.26 | 0.27 | 0 | 0.33 | 242.61 | 0.21 | 0.58 |
| Hex | 7F | 7D | AB | 1A | 1B | 0 | 21 | F3 | 15 | 3A |
| Octal | 177 | 175 | 253 | 32 | 33 | 0 | 41 | 363 | 25 | 72 |
| Binary | 1111111 | 1111101 | 10101011 | 11010 | 11011 | 0 | 100001 | 11110011 | 10101 | 111010 |
Color Harmonies of #7F7DAB
Complementary color
Monochromatic Colors of #7F7DAB
Black with #7F7DAB
Text Example
Text Example
White with #7F7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7DAB; }
p { color: rgb(127,125,171); }
H1.HeaderClassName
{
color: #7F7DAB;
}
.AnyTagClassName
{
color: #7F7DAB;
}
</style>
background-color css
<style>
a { background-color: #7F7DAB; }
a { background-color: rgb(127,125,171); }
div.DivClassName
{
background-color: #7F7DAB;
}
.BgClassName
{
background-color: #7F7DAB;
}
</style>
border-color css
<style>
span { border-color: #7F7DAB; }
span { border-color: rgb(127,125,171); }
td.TdClassName
{
border-color: #7F7DAB;
}
.TagClassName
{
border-color: #7F7DAB;
}
</style>