Shades of Deluge #7B65AB
Tints of Deluge #7B65AB
RGB
CMYK
RGB Variations
Color information
#7B65AB (or 0x7B65AB) is known color: Deluge. HEX triplet: 7B, 65 and AB. RGB value is (123,101,171). Sum of RGB (Red+Green+Blue) = 123+101+171=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B65AB is #849A54. Grayscale: #737373. Windows color (decimal): -8690261 or 11232635. OLE color: 11232635.
HSL color Cylindrical-coordinate representation of color #7B65AB: hue angle of 258.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B65AB is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 101 | 171 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.33 |
| HSL | 258.86º | 0.29% | 0.53% | - |
| HSV(B) | 258.86º | 0.41% | 0.67% | - |
| XYZ | 20.17 | 16.46 | 40.64 | - |
| YUV | 115.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 171 | 0.28 | 0.41 | 0 | 0.33 | 258.86 | 0.29 | 0.53 |
| Hex | 7B | 65 | AB | 1C | 29 | 0 | 21 | 103 | 1D | 35 |
| Octal | 173 | 145 | 253 | 34 | 51 | 0 | 41 | 403 | 35 | 65 |
| Binary | 1111011 | 1100101 | 10101011 | 11100 | 101001 | 0 | 100001 | 100000011 | 11101 | 110101 |
Color Harmonies of #7B65AB
Complementary color
Monochromatic Colors of #7B65AB
Black with #7B65AB
Text Example
Text Example
White with #7B65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B65AB; }
p { color: rgb(123,101,171); }
H1.HeaderClassName
{
color: #7B65AB;
}
.AnyTagClassName
{
color: #7B65AB;
}
</style>
background-color css
<style>
a { background-color: #7B65AB; }
a { background-color: rgb(123,101,171); }
div.DivClassName
{
background-color: #7B65AB;
}
.BgClassName
{
background-color: #7B65AB;
}
</style>
border-color css
<style>
span { border-color: #7B65AB; }
span { border-color: rgb(123,101,171); }
td.TdClassName
{
border-color: #7B65AB;
}
.TagClassName
{
border-color: #7B65AB;
}
</style>