Shades of Deluge #7F6698
Tints of Deluge #7F6698
RGB
CMYK
RGB Variations
Color information
#7F6698 (or 0x7F6698) is known color: Deluge. HEX triplet: 7F, 66 and 98. RGB value is (127,102,152). Sum of RGB (Red+Green+Blue) = 127+102+152=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F6698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6698 is #809967. Grayscale: #737373. Windows color (decimal): -8427880 or 9987711. OLE color: 9987711.
HSL color Cylindrical-coordinate representation of color #7F6698: hue angle of 270º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F6698 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 102 | 152 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.40 |
| HSL | 270º | 0.2% | 0.5% | - |
| HSV(B) | 270º | 0.33% | 0.6% | - |
| XYZ | 19.17 | 16.28 | 31.84 | - |
| YUV | 115.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 152 | 0.16 | 0.33 | 0 | 0.40 | 270 | 0.2 | 0.5 |
| Hex | 7F | 66 | 98 | 10 | 21 | 0 | 28 | 10E | 14 | 32 |
| Octal | 177 | 146 | 230 | 20 | 41 | 0 | 50 | 416 | 24 | 62 |
| Binary | 1111111 | 1100110 | 10011000 | 10000 | 100001 | 0 | 101000 | 100001110 | 10100 | 110010 |
Color Harmonies of #7F6698
Complementary color
Monochromatic Colors of #7F6698
Black with #7F6698
Text Example
Text Example
White with #7F6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6698; }
p { color: rgb(127,102,152); }
H1.HeaderClassName
{
color: #7F6698;
}
.AnyTagClassName
{
color: #7F6698;
}
</style>
background-color css
<style>
a { background-color: #7F6698; }
a { background-color: rgb(127,102,152); }
div.DivClassName
{
background-color: #7F6698;
}
.BgClassName
{
background-color: #7F6698;
}
</style>
border-color css
<style>
span { border-color: #7F6698; }
span { border-color: rgb(127,102,152); }
td.TdClassName
{
border-color: #7F6698;
}
.TagClassName
{
border-color: #7F6698;
}
</style>