Shades of Deluge #8274B4
Tints of Deluge #8274B4
RGB
CMYK
RGB Variations
Color information
#8274B4 (or 0x8274B4) is known color: Deluge. HEX triplet: 82, 74 and B4. RGB value is (130,116,180). Sum of RGB (Red+Green+Blue) = 130+116+180=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #8274B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8274B4 is #7D8B4B. Grayscale: #7F7F7F. Windows color (decimal): -8227660 or 11826306. OLE color: 11826306.
HSL color Cylindrical-coordinate representation of color #8274B4: hue angle of 253.12º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8274B4 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 116 | 180 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.29 |
| HSL | 253.13º | 0.3% | 0.58% | - |
| HSV(B) | 253.13º | 0.36% | 0.71% | - |
| XYZ | 23.69 | 20.53 | 45.89 | - |
| YUV | 127.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 180 | 0.28 | 0.36 | 0 | 0.29 | 253.13 | 0.3 | 0.58 |
| Hex | 82 | 74 | B4 | 1C | 24 | 0 | 1D | FD | 1E | 3A |
| Octal | 202 | 164 | 264 | 34 | 44 | 0 | 35 | 375 | 36 | 72 |
| Binary | 10000010 | 1110100 | 10110100 | 11100 | 100100 | 0 | 11101 | 11111101 | 11110 | 111010 |
Color Harmonies of #8274B4
Complementary color
Monochromatic Colors of #8274B4
Black with #8274B4
Text Example
Text Example
White with #8274B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8274B4; }
p { color: rgb(130,116,180); }
H1.HeaderClassName
{
color: #8274B4;
}
.AnyTagClassName
{
color: #8274B4;
}
</style>
background-color css
<style>
a { background-color: #8274B4; }
a { background-color: rgb(130,116,180); }
div.DivClassName
{
background-color: #8274B4;
}
.BgClassName
{
background-color: #8274B4;
}
</style>
border-color css
<style>
span { border-color: #8274B4; }
span { border-color: rgb(130,116,180); }
td.TdClassName
{
border-color: #8274B4;
}
.TagClassName
{
border-color: #8274B4;
}
</style>