Shades of Deluge #7B62AE
Tints of Deluge #7B62AE
RGB
CMYK
RGB Variations
Color information
#7B62AE (or 0x7B62AE) is known color: Deluge. HEX triplet: 7B, 62 and AE. RGB value is (123,98,174). Sum of RGB (Red+Green+Blue) = 123+98+174=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B62AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B62AE is #849D51. Grayscale: #717171. Windows color (decimal): -8691026 or 11428475. OLE color: 11428475.
HSL color Cylindrical-coordinate representation of color #7B62AE: hue angle of 259.74º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B62AE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 98 | 174 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.32 |
| HSL | 259.74º | 0.32% | 0.53% | - |
| HSV(B) | 259.74º | 0.44% | 0.68% | - |
| XYZ | 20.18 | 16 | 42.07 | - |
| YUV | 114.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 174 | 0.29 | 0.44 | 0 | 0.32 | 259.74 | 0.32 | 0.53 |
| Hex | 7B | 62 | AE | 1D | 2C | 0 | 20 | 104 | 20 | 35 |
| Octal | 173 | 142 | 256 | 35 | 54 | 0 | 40 | 404 | 40 | 65 |
| Binary | 1111011 | 1100010 | 10101110 | 11101 | 101100 | 0 | 100000 | 100000100 | 100000 | 110101 |
Color Harmonies of #7B62AE
Complementary color
Monochromatic Colors of #7B62AE
Black with #7B62AE
Text Example
Text Example
White with #7B62AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B62AE; }
p { color: rgb(123,98,174); }
H1.HeaderClassName
{
color: #7B62AE;
}
.AnyTagClassName
{
color: #7B62AE;
}
</style>
background-color css
<style>
a { background-color: #7B62AE; }
a { background-color: rgb(123,98,174); }
div.DivClassName
{
background-color: #7B62AE;
}
.BgClassName
{
background-color: #7B62AE;
}
</style>
border-color css
<style>
span { border-color: #7B62AE; }
span { border-color: rgb(123,98,174); }
td.TdClassName
{
border-color: #7B62AE;
}
.TagClassName
{
border-color: #7B62AE;
}
</style>