Shades of Deluge #8675AF
Tints of Deluge #8675AF
RGB
CMYK
RGB Variations
Color information
#8675AF (or 0x8675AF) is known color: Deluge. HEX triplet: 86, 75 and AF. RGB value is (134,117,175). Sum of RGB (Red+Green+Blue) = 134+117+175=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #8675AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8675AF is #798A50. Grayscale: #808080. Windows color (decimal): -7965265 or 11498886. OLE color: 11498886.
HSL color Cylindrical-coordinate representation of color #8675AF: hue angle of 257.59º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8675AF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 117 | 175 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.31 |
| HSL | 257.59º | 0.27% | 0.57% | - |
| HSV(B) | 257.59º | 0.33% | 0.69% | - |
| XYZ | 23.93 | 20.89 | 43.33 | - |
| YUV | 128.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 175 | 0.23 | 0.33 | 0 | 0.31 | 257.59 | 0.27 | 0.57 |
| Hex | 86 | 75 | AF | 17 | 21 | 0 | 1F | 102 | 1B | 39 |
| Octal | 206 | 165 | 257 | 27 | 41 | 0 | 37 | 402 | 33 | 71 |
| Binary | 10000110 | 1110101 | 10101111 | 10111 | 100001 | 0 | 11111 | 100000010 | 11011 | 111001 |
Color Harmonies of #8675AF
Complementary color
Monochromatic Colors of #8675AF
Black with #8675AF
Text Example
Text Example
White with #8675AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8675AF; }
p { color: rgb(134,117,175); }
H1.HeaderClassName
{
color: #8675AF;
}
.AnyTagClassName
{
color: #8675AF;
}
</style>
background-color css
<style>
a { background-color: #8675AF; }
a { background-color: rgb(134,117,175); }
div.DivClassName
{
background-color: #8675AF;
}
.BgClassName
{
background-color: #8675AF;
}
</style>
border-color css
<style>
span { border-color: #8675AF; }
span { border-color: rgb(134,117,175); }
td.TdClassName
{
border-color: #8675AF;
}
.TagClassName
{
border-color: #8675AF;
}
</style>