Shades of Deluge #8A7DB3
Tints of Deluge #8A7DB3
RGB
CMYK
RGB Variations
Color information
#8A7DB3 (or 0x8A7DB3) is known color: Deluge. HEX triplet: 8A, 7D and B3. RGB value is (138,125,179). Sum of RGB (Red+Green+Blue) = 138+125+179=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A7DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DB3 is #75824C. Grayscale: #868686. Windows color (decimal): -7701069 or 11763082. OLE color: 11763082.
HSL color Cylindrical-coordinate representation of color #8A7DB3: hue angle of 254.44º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A7DB3 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 125 | 179 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.30 |
| HSL | 254.44º | 0.26% | 0.6% | - |
| HSV(B) | 254.44º | 0.3% | 0.7% | - |
| XYZ | 25.95 | 23.33 | 45.78 | - |
| YUV | 135.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 179 | 0.23 | 0.30 | 0 | 0.30 | 254.44 | 0.26 | 0.6 |
| Hex | 8A | 7D | B3 | 17 | 1E | 0 | 1E | FE | 1A | 3C |
| Octal | 212 | 175 | 263 | 27 | 36 | 0 | 36 | 376 | 32 | 74 |
| Binary | 10001010 | 1111101 | 10110011 | 10111 | 11110 | 0 | 11110 | 11111110 | 11010 | 111100 |
Color Harmonies of #8A7DB3
Complementary color
Monochromatic Colors of #8A7DB3
Black with #8A7DB3
Text Example
Text Example
White with #8A7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DB3; }
p { color: rgb(138,125,179); }
H1.HeaderClassName
{
color: #8A7DB3;
}
.AnyTagClassName
{
color: #8A7DB3;
}
</style>
background-color css
<style>
a { background-color: #8A7DB3; }
a { background-color: rgb(138,125,179); }
div.DivClassName
{
background-color: #8A7DB3;
}
.BgClassName
{
background-color: #8A7DB3;
}
</style>
border-color css
<style>
span { border-color: #8A7DB3; }
span { border-color: rgb(138,125,179); }
td.TdClassName
{
border-color: #8A7DB3;
}
.TagClassName
{
border-color: #8A7DB3;
}
</style>