Shades of Deluge #7B6BAE
Tints of Deluge #7B6BAE
RGB
CMYK
RGB Variations
Color information
#7B6BAE (or 0x7B6BAE) is known color: Deluge. HEX triplet: 7B, 6B and AE. RGB value is (123,107,174). Sum of RGB (Red+Green+Blue) = 123+107+174=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B6BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6BAE is #849451. Grayscale: #777777. Windows color (decimal): -8688722 or 11430779. OLE color: 11430779.
HSL color Cylindrical-coordinate representation of color #7B6BAE: hue angle of 254.33º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B6BAE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 107 | 174 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.32 |
| HSL | 254.33º | 0.29% | 0.55% | - |
| HSV(B) | 254.33º | 0.39% | 0.68% | - |
| XYZ | 21.07 | 17.78 | 42.37 | - |
| YUV | 119.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 174 | 0.29 | 0.39 | 0 | 0.32 | 254.33 | 0.29 | 0.55 |
| Hex | 7B | 6B | AE | 1D | 27 | 0 | 20 | FE | 1D | 37 |
| Octal | 173 | 153 | 256 | 35 | 47 | 0 | 40 | 376 | 35 | 67 |
| Binary | 1111011 | 1101011 | 10101110 | 11101 | 100111 | 0 | 100000 | 11111110 | 11101 | 110111 |
Color Harmonies of #7B6BAE
Complementary color
Monochromatic Colors of #7B6BAE
Black with #7B6BAE
Text Example
Text Example
White with #7B6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6BAE; }
p { color: rgb(123,107,174); }
H1.HeaderClassName
{
color: #7B6BAE;
}
.AnyTagClassName
{
color: #7B6BAE;
}
</style>
background-color css
<style>
a { background-color: #7B6BAE; }
a { background-color: rgb(123,107,174); }
div.DivClassName
{
background-color: #7B6BAE;
}
.BgClassName
{
background-color: #7B6BAE;
}
</style>
border-color css
<style>
span { border-color: #7B6BAE; }
span { border-color: rgb(123,107,174); }
td.TdClassName
{
border-color: #7B6BAE;
}
.TagClassName
{
border-color: #7B6BAE;
}
</style>