Shades of Deluge #8675B5
Tints of Deluge #8675B5
RGB
CMYK
RGB Variations
Color information
#8675B5 (or 0x8675B5) is known color: Deluge. HEX triplet: 86, 75 and B5. RGB value is (134,117,181). Sum of RGB (Red+Green+Blue) = 134+117+181=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 181 - color contains mainly: blue. Hex color #8675B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675B5 is #798A4A. Grayscale: #818181. Windows color (decimal): -7965259 or 11892102. OLE color: 11892102.
HSL color Cylindrical-coordinate representation of color #8675B5: hue angle of 255.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8675B5 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 117 | 181 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.29 |
| HSL | 255.94º | 0.3% | 0.58% | - |
| HSV(B) | 255.94º | 0.35% | 0.71% | - |
| XYZ | 24.53 | 21.13 | 46.5 | - |
| YUV | 129.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 181 | 0.26 | 0.35 | 0 | 0.29 | 255.94 | 0.3 | 0.58 |
| Hex | 86 | 75 | B5 | 1A | 23 | 0 | 1D | 100 | 1E | 3A |
| Octal | 206 | 165 | 265 | 32 | 43 | 0 | 35 | 400 | 36 | 72 |
| Binary | 10000110 | 1110101 | 10110101 | 11010 | 100011 | 0 | 11101 | 100000000 | 11110 | 111010 |
Color Harmonies of #8675B5
Complementary color
Monochromatic Colors of #8675B5
Black with #8675B5
Text Example
Text Example
White with #8675B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8675B5; }
p { color: rgb(134,117,181); }
H1.HeaderClassName
{
color: #8675B5;
}
.AnyTagClassName
{
color: #8675B5;
}
</style>
background-color css
<style>
a { background-color: #8675B5; }
a { background-color: rgb(134,117,181); }
div.DivClassName
{
background-color: #8675B5;
}
.BgClassName
{
background-color: #8675B5;
}
</style>
border-color css
<style>
span { border-color: #8675B5; }
span { border-color: rgb(134,117,181); }
td.TdClassName
{
border-color: #8675B5;
}
.TagClassName
{
border-color: #8675B5;
}
</style>