Shades of Deluge #877AB3
Tints of Deluge #877AB3
RGB
CMYK
RGB Variations
Color information
#877AB3 (or 0x877AB3) is known color: Deluge. HEX triplet: 87, 7A and B3. RGB value is (135,122,179). Sum of RGB (Red+Green+Blue) = 135+122+179=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #877AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877AB3 is #78854C. Grayscale: #848484. Windows color (decimal): -7898445 or 11762311. OLE color: 11762311.
HSL color Cylindrical-coordinate representation of color #877AB3: hue angle of 253.68º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #877AB3 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 122 | 179 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.30 |
| HSL | 253.68º | 0.27% | 0.59% | - |
| HSV(B) | 253.68º | 0.32% | 0.7% | - |
| XYZ | 25.09 | 22.32 | 45.63 | - |
| YUV | 132.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 179 | 0.25 | 0.32 | 0 | 0.30 | 253.68 | 0.27 | 0.59 |
| Hex | 87 | 7A | B3 | 19 | 20 | 0 | 1E | FE | 1B | 3B |
| Octal | 207 | 172 | 263 | 31 | 40 | 0 | 36 | 376 | 33 | 73 |
| Binary | 10000111 | 1111010 | 10110011 | 11001 | 100000 | 0 | 11110 | 11111110 | 11011 | 111011 |
Color Harmonies of #877AB3
Complementary color
Monochromatic Colors of #877AB3
Black with #877AB3
Text Example
Text Example
White with #877AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877AB3; }
p { color: rgb(135,122,179); }
H1.HeaderClassName
{
color: #877AB3;
}
.AnyTagClassName
{
color: #877AB3;
}
</style>
background-color css
<style>
a { background-color: #877AB3; }
a { background-color: rgb(135,122,179); }
div.DivClassName
{
background-color: #877AB3;
}
.BgClassName
{
background-color: #877AB3;
}
</style>
border-color css
<style>
span { border-color: #877AB3; }
span { border-color: rgb(135,122,179); }
td.TdClassName
{
border-color: #877AB3;
}
.TagClassName
{
border-color: #877AB3;
}
</style>