Shades of Deluge #8C7FB2
Tints of Deluge #8C7FB2
RGB
CMYK
RGB Variations
Color information
#8C7FB2 (or 0x8C7FB2) is known color: Deluge. HEX triplet: 8C, 7F and B2. RGB value is (140,127,178). Sum of RGB (Red+Green+Blue) = 140+127+178=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 178 - color contains mainly: blue. Hex color #8C7FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7FB2 is #73804D. Grayscale: #888888. Windows color (decimal): -7569486 or 11698060. OLE color: 11698060.
HSL color Cylindrical-coordinate representation of color #8C7FB2: hue angle of 255.29º 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 #8C7FB2 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 127 | 178 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.30 |
| HSL | 255.29º | 0.25% | 0.6% | - |
| HSV(B) | 255.29º | 0.29% | 0.7% | - |
| XYZ | 26.44 | 23.97 | 45.35 | - |
| YUV | 136.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 178 | 0.21 | 0.29 | 0 | 0.30 | 255.29 | 0.25 | 0.6 |
| Hex | 8C | 7F | B2 | 15 | 1D | 0 | 1E | FF | 19 | 3C |
| Octal | 214 | 177 | 262 | 25 | 35 | 0 | 36 | 377 | 31 | 74 |
| Binary | 10001100 | 1111111 | 10110010 | 10101 | 11101 | 0 | 11110 | 11111111 | 11001 | 111100 |
Color Harmonies of #8C7FB2
Complementary color
Monochromatic Colors of #8C7FB2
Black with #8C7FB2
Text Example
Text Example
White with #8C7FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FB2; }
p { color: rgb(140,127,178); }
H1.HeaderClassName
{
color: #8C7FB2;
}
.AnyTagClassName
{
color: #8C7FB2;
}
</style>
background-color css
<style>
a { background-color: #8C7FB2; }
a { background-color: rgb(140,127,178); }
div.DivClassName
{
background-color: #8C7FB2;
}
.BgClassName
{
background-color: #8C7FB2;
}
</style>
border-color css
<style>
span { border-color: #8C7FB2; }
span { border-color: rgb(140,127,178); }
td.TdClassName
{
border-color: #8C7FB2;
}
.TagClassName
{
border-color: #8C7FB2;
}
</style>