Shades of Deluge #8767B4
Tints of Deluge #8767B4
RGB
CMYK
RGB Variations
Color information
#8767B4 (or 0x8767B4) is known color: Deluge. HEX triplet: 87, 67 and B4. RGB value is (135,103,180). Sum of RGB (Red+Green+Blue) = 135+103+180=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #8767B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8767B4 is #78984B. Grayscale: #797979. Windows color (decimal): -7903308 or 11822983. OLE color: 11822983.
HSL color Cylindrical-coordinate representation of color #8767B4: hue angle of 264.94º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8767B4 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 103 | 180 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.29 |
| HSL | 264.94º | 0.34% | 0.55% | - |
| HSV(B) | 264.94º | 0.43% | 0.71% | - |
| XYZ | 23.08 | 18.15 | 45.47 | - |
| YUV | 121.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 180 | 0.25 | 0.43 | 0 | 0.29 | 264.94 | 0.34 | 0.55 |
| Hex | 87 | 67 | B4 | 19 | 2B | 0 | 1D | 109 | 22 | 37 |
| Octal | 207 | 147 | 264 | 31 | 53 | 0 | 35 | 411 | 42 | 67 |
| Binary | 10000111 | 1100111 | 10110100 | 11001 | 101011 | 0 | 11101 | 100001001 | 100010 | 110111 |
Color Harmonies of #8767B4
Complementary color
Monochromatic Colors of #8767B4
Black with #8767B4
Text Example
Text Example
White with #8767B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8767B4; }
p { color: rgb(135,103,180); }
H1.HeaderClassName
{
color: #8767B4;
}
.AnyTagClassName
{
color: #8767B4;
}
</style>
background-color css
<style>
a { background-color: #8767B4; }
a { background-color: rgb(135,103,180); }
div.DivClassName
{
background-color: #8767B4;
}
.BgClassName
{
background-color: #8767B4;
}
</style>
border-color css
<style>
span { border-color: #8767B4; }
span { border-color: rgb(135,103,180); }
td.TdClassName
{
border-color: #8767B4;
}
.TagClassName
{
border-color: #8767B4;
}
</style>