Shades of Deluge #8678AF
Tints of Deluge #8678AF
RGB
CMYK
RGB Variations
Color information
#8678AF (or 0x8678AF) is known color: Deluge. HEX triplet: 86, 78 and AF. RGB value is (134,120,175). Sum of RGB (Red+Green+Blue) = 134+120+175=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #8678AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8678AF is #798750. Grayscale: #828282. Windows color (decimal): -7964497 or 11499654. OLE color: 11499654.
HSL color Cylindrical-coordinate representation of color #8678AF: hue angle of 255.27º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8678AF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 120 | 175 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.31 |
| HSL | 255.27º | 0.26% | 0.58% | - |
| HSV(B) | 255.27º | 0.31% | 0.69% | - |
| XYZ | 24.29 | 21.6 | 43.45 | - |
| YUV | 130.46 | 153.14 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 175 | 0.23 | 0.31 | 0 | 0.31 | 255.27 | 0.26 | 0.58 |
| Hex | 86 | 78 | AF | 17 | 1F | 0 | 1F | FF | 1A | 3A |
| Octal | 206 | 170 | 257 | 27 | 37 | 0 | 37 | 377 | 32 | 72 |
| Binary | 10000110 | 1111000 | 10101111 | 10111 | 11111 | 0 | 11111 | 11111111 | 11010 | 111010 |
Color Harmonies of #8678AF
Complementary color
Monochromatic Colors of #8678AF
Black with #8678AF
Text Example
Text Example
White with #8678AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678AF; }
p { color: rgb(134,120,175); }
H1.HeaderClassName
{
color: #8678AF;
}
.AnyTagClassName
{
color: #8678AF;
}
</style>
background-color css
<style>
a { background-color: #8678AF; }
a { background-color: rgb(134,120,175); }
div.DivClassName
{
background-color: #8678AF;
}
.BgClassName
{
background-color: #8678AF;
}
</style>
border-color css
<style>
span { border-color: #8678AF; }
span { border-color: rgb(134,120,175); }
td.TdClassName
{
border-color: #8678AF;
}
.TagClassName
{
border-color: #8678AF;
}
</style>