Shades of Deluge #867BB3
Tints of Deluge #867BB3
RGB
CMYK
RGB Variations
Color information
#867BB3 (or 0x867BB3) is known color: Deluge. HEX triplet: 86, 7B and B3. RGB value is (134,123,179). Sum of RGB (Red+Green+Blue) = 134+123+179=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 123 (48.44% from 255 or 28.21% 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 #867BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BB3 is #79844C. Grayscale: #848484. Windows color (decimal): -7963725 or 11762566. OLE color: 11762566.
HSL color Cylindrical-coordinate representation of color #867BB3: hue angle of 251.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #867BB3 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 123 | 179 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.30 |
| HSL | 251.79º | 0.27% | 0.59% | - |
| HSV(B) | 251.79º | 0.31% | 0.7% | - |
| XYZ | 25.05 | 22.49 | 45.67 | - |
| YUV | 132.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 179 | 0.25 | 0.31 | 0 | 0.30 | 251.79 | 0.27 | 0.59 |
| Hex | 86 | 7B | B3 | 19 | 1F | 0 | 1E | FC | 1B | 3B |
| Octal | 206 | 173 | 263 | 31 | 37 | 0 | 36 | 374 | 33 | 73 |
| Binary | 10000110 | 1111011 | 10110011 | 11001 | 11111 | 0 | 11110 | 11111100 | 11011 | 111011 |
Color Harmonies of #867BB3
Complementary color
Monochromatic Colors of #867BB3
Black with #867BB3
Text Example
Text Example
White with #867BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BB3; }
p { color: rgb(134,123,179); }
H1.HeaderClassName
{
color: #867BB3;
}
.AnyTagClassName
{
color: #867BB3;
}
</style>
background-color css
<style>
a { background-color: #867BB3; }
a { background-color: rgb(134,123,179); }
div.DivClassName
{
background-color: #867BB3;
}
.BgClassName
{
background-color: #867BB3;
}
</style>
border-color css
<style>
span { border-color: #867BB3; }
span { border-color: rgb(134,123,179); }
td.TdClassName
{
border-color: #867BB3;
}
.TagClassName
{
border-color: #867BB3;
}
</style>