Shades of Deluge #8074B2
Tints of Deluge #8074B2
RGB
CMYK
RGB Variations
Color information
#8074B2 (or 0x8074B2) is known color: Deluge. HEX triplet: 80, 74 and B2. RGB value is (128,116,178). Sum of RGB (Red+Green+Blue) = 128+116+178=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 178 - color contains mainly: blue. Hex color #8074B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8074B2 is #7F8B4D. Grayscale: #7E7E7E. Windows color (decimal): -8358734 or 11695232. OLE color: 11695232.
HSL color Cylindrical-coordinate representation of color #8074B2: hue angle of 251.61º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8074B2 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 116 | 178 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.30 |
| HSL | 251.61º | 0.29% | 0.58% | - |
| HSV(B) | 251.61º | 0.35% | 0.7% | - |
| XYZ | 23.18 | 20.29 | 44.81 | - |
| YUV | 126.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 178 | 0.28 | 0.35 | 0 | 0.30 | 251.61 | 0.29 | 0.58 |
| Hex | 80 | 74 | B2 | 1C | 23 | 0 | 1E | FC | 1D | 3A |
| Octal | 200 | 164 | 262 | 34 | 43 | 0 | 36 | 374 | 35 | 72 |
| Binary | 10000000 | 1110100 | 10110010 | 11100 | 100011 | 0 | 11110 | 11111100 | 11101 | 111010 |
Color Harmonies of #8074B2
Complementary color
Monochromatic Colors of #8074B2
Black with #8074B2
Text Example
Text Example
White with #8074B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8074B2; }
p { color: rgb(128,116,178); }
H1.HeaderClassName
{
color: #8074B2;
}
.AnyTagClassName
{
color: #8074B2;
}
</style>
background-color css
<style>
a { background-color: #8074B2; }
a { background-color: rgb(128,116,178); }
div.DivClassName
{
background-color: #8074B2;
}
.BgClassName
{
background-color: #8074B2;
}
</style>
border-color css
<style>
span { border-color: #8074B2; }
span { border-color: rgb(128,116,178); }
td.TdClassName
{
border-color: #8074B2;
}
.TagClassName
{
border-color: #8074B2;
}
</style>