Shades of Deluge #8679B4
Tints of Deluge #8679B4
RGB
CMYK
RGB Variations
Color information
#8679B4 (or 0x8679B4) is known color: Deluge. HEX triplet: 86, 79 and B4. RGB value is (134,121,180). Sum of RGB (Red+Green+Blue) = 134+121+180=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #8679B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679B4 is #79864B. Grayscale: #838383. Windows color (decimal): -7964236 or 11827590. OLE color: 11827590.
HSL color Cylindrical-coordinate representation of color #8679B4: hue angle of 253.22º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8679B4 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 121 | 180 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.29 |
| HSL | 253.22º | 0.28% | 0.59% | - |
| HSV(B) | 253.22º | 0.33% | 0.71% | - |
| XYZ | 24.91 | 22.04 | 46.12 | - |
| YUV | 131.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 180 | 0.26 | 0.33 | 0 | 0.29 | 253.22 | 0.28 | 0.59 |
| Hex | 86 | 79 | B4 | 1A | 21 | 0 | 1D | FD | 1C | 3B |
| Octal | 206 | 171 | 264 | 32 | 41 | 0 | 35 | 375 | 34 | 73 |
| Binary | 10000110 | 1111001 | 10110100 | 11010 | 100001 | 0 | 11101 | 11111101 | 11100 | 111011 |
Color Harmonies of #8679B4
Complementary color
Monochromatic Colors of #8679B4
Black with #8679B4
Text Example
Text Example
White with #8679B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8679B4; }
p { color: rgb(134,121,180); }
H1.HeaderClassName
{
color: #8679B4;
}
.AnyTagClassName
{
color: #8679B4;
}
</style>
background-color css
<style>
a { background-color: #8679B4; }
a { background-color: rgb(134,121,180); }
div.DivClassName
{
background-color: #8679B4;
}
.BgClassName
{
background-color: #8679B4;
}
</style>
border-color css
<style>
span { border-color: #8679B4; }
span { border-color: rgb(134,121,180); }
td.TdClassName
{
border-color: #8679B4;
}
.TagClassName
{
border-color: #8679B4;
}
</style>