Shades of Deluge #8C7FB3
Tints of Deluge #8C7FB3
RGB
CMYK
RGB Variations
Color information
#8C7FB3 (or 0x8C7FB3) is known color: Deluge. HEX triplet: 8C, 7F and B3. RGB value is (140,127,179). Sum of RGB (Red+Green+Blue) = 140+127+179=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C7FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FB3 is #73804C. Grayscale: #888888. Windows color (decimal): -7569485 or 11763596. OLE color: 11763596.
HSL color Cylindrical-coordinate representation of color #8C7FB3: hue angle of 255º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C7FB3 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 127 | 179 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.30 |
| HSL | 255º | 0.25% | 0.6% | - |
| HSV(B) | 255º | 0.29% | 0.7% | - |
| XYZ | 26.54 | 24.01 | 45.88 | - |
| YUV | 136.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 179 | 0.22 | 0.29 | 0 | 0.30 | 255 | 0.25 | 0.6 |
| Hex | 8C | 7F | B3 | 16 | 1D | 0 | 1E | FF | 19 | 3C |
| Octal | 214 | 177 | 263 | 26 | 35 | 0 | 36 | 377 | 31 | 74 |
| Binary | 10001100 | 1111111 | 10110011 | 10110 | 11101 | 0 | 11110 | 11111111 | 11001 | 111100 |
Color Harmonies of #8C7FB3
Complementary color
Monochromatic Colors of #8C7FB3
Black with #8C7FB3
Text Example
Text Example
White with #8C7FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FB3; }
p { color: rgb(140,127,179); }
H1.HeaderClassName
{
color: #8C7FB3;
}
.AnyTagClassName
{
color: #8C7FB3;
}
</style>
background-color css
<style>
a { background-color: #8C7FB3; }
a { background-color: rgb(140,127,179); }
div.DivClassName
{
background-color: #8C7FB3;
}
.BgClassName
{
background-color: #8C7FB3;
}
</style>
border-color css
<style>
span { border-color: #8C7FB3; }
span { border-color: rgb(140,127,179); }
td.TdClassName
{
border-color: #8C7FB3;
}
.TagClassName
{
border-color: #8C7FB3;
}
</style>