Shades of Deluge #8469B4
Tints of Deluge #8469B4
RGB
CMYK
RGB Variations
Color information
#8469B4 (or 0x8469B4) is known color: Deluge. HEX triplet: 84, 69 and B4. RGB value is (132,105,180). Sum of RGB (Red+Green+Blue) = 132+105+180=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #8469B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469B4 is #7B964B. Grayscale: #797979. Windows color (decimal): -8099404 or 11823492. OLE color: 11823492.
HSL color Cylindrical-coordinate representation of color #8469B4: hue angle of 261.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8469B4 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 105 | 180 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.29 |
| HSL | 261.6º | 0.33% | 0.56% | - |
| HSV(B) | 261.6º | 0.42% | 0.71% | - |
| XYZ | 22.81 | 18.3 | 45.51 | - |
| YUV | 121.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 180 | 0.27 | 0.42 | 0 | 0.29 | 261.6 | 0.33 | 0.56 |
| Hex | 84 | 69 | B4 | 1B | 2A | 0 | 1D | 106 | 21 | 38 |
| Octal | 204 | 151 | 264 | 33 | 52 | 0 | 35 | 406 | 41 | 70 |
| Binary | 10000100 | 1101001 | 10110100 | 11011 | 101010 | 0 | 11101 | 100000110 | 100001 | 111000 |
Color Harmonies of #8469B4
Complementary color
Monochromatic Colors of #8469B4
Black with #8469B4
Text Example
Text Example
White with #8469B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8469B4; }
p { color: rgb(132,105,180); }
H1.HeaderClassName
{
color: #8469B4;
}
.AnyTagClassName
{
color: #8469B4;
}
</style>
background-color css
<style>
a { background-color: #8469B4; }
a { background-color: rgb(132,105,180); }
div.DivClassName
{
background-color: #8469B4;
}
.BgClassName
{
background-color: #8469B4;
}
</style>
border-color css
<style>
span { border-color: #8469B4; }
span { border-color: rgb(132,105,180); }
td.TdClassName
{
border-color: #8469B4;
}
.TagClassName
{
border-color: #8469B4;
}
</style>