Shades of Deluge #7B669E
Tints of Deluge #7B669E
RGB
CMYK
RGB Variations
Color information
#7B669E (or 0x7B669E) is known color: Deluge. HEX triplet: 7B, 66 and 9E. RGB value is (123,102,158). Sum of RGB (Red+Green+Blue) = 123+102+158=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B669E is #849961. Grayscale: #727272. Windows color (decimal): -8690018 or 10380923. OLE color: 10380923.
HSL color Cylindrical-coordinate representation of color #7B669E: hue angle of 262.5º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B669E is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 102 | 158 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.38 |
| HSL | 262.5º | 0.22% | 0.51% | - |
| HSV(B) | 262.5º | 0.35% | 0.62% | - |
| XYZ | 19.09 | 16.18 | 34.47 | - |
| YUV | 114.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 158 | 0.22 | 0.35 | 0 | 0.38 | 262.5 | 0.22 | 0.51 |
| Hex | 7B | 66 | 9E | 16 | 23 | 0 | 26 | 106 | 16 | 33 |
| Octal | 173 | 146 | 236 | 26 | 43 | 0 | 46 | 406 | 26 | 63 |
| Binary | 1111011 | 1100110 | 10011110 | 10110 | 100011 | 0 | 100110 | 100000110 | 10110 | 110011 |
Color Harmonies of #7B669E
Complementary color
Monochromatic Colors of #7B669E
Black with #7B669E
Text Example
Text Example
White with #7B669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B669E; }
p { color: rgb(123,102,158); }
H1.HeaderClassName
{
color: #7B669E;
}
.AnyTagClassName
{
color: #7B669E;
}
</style>
background-color css
<style>
a { background-color: #7B669E; }
a { background-color: rgb(123,102,158); }
div.DivClassName
{
background-color: #7B669E;
}
.BgClassName
{
background-color: #7B669E;
}
</style>
border-color css
<style>
span { border-color: #7B669E; }
span { border-color: rgb(123,102,158); }
td.TdClassName
{
border-color: #7B669E;
}
.TagClassName
{
border-color: #7B669E;
}
</style>