Shades of Deluge #807BAF
Tints of Deluge #807BAF
RGB
CMYK
RGB Variations
Color information
#807BAF (or 0x807BAF) is known color: Deluge. HEX triplet: 80, 7B and AF. RGB value is (128,123,175). Sum of RGB (Red+Green+Blue) = 128+123+175=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #807BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807BAF is #7F8450. Grayscale: #828282. Windows color (decimal): -8356945 or 11500416. OLE color: 11500416.
HSL color Cylindrical-coordinate representation of color #807BAF: hue angle of 245.77º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #807BAF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 123 | 175 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.31 |
| HSL | 245.77º | 0.25% | 0.58% | - |
| HSV(B) | 245.77º | 0.3% | 0.69% | - |
| XYZ | 23.72 | 21.85 | 43.52 | - |
| YUV | 130.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 175 | 0.27 | 0.30 | 0 | 0.31 | 245.77 | 0.25 | 0.58 |
| Hex | 80 | 7B | AF | 1B | 1E | 0 | 1F | F6 | 19 | 3A |
| Octal | 200 | 173 | 257 | 33 | 36 | 0 | 37 | 366 | 31 | 72 |
| Binary | 10000000 | 1111011 | 10101111 | 11011 | 11110 | 0 | 11111 | 11110110 | 11001 | 111010 |
Color Harmonies of #807BAF
Complementary color
Monochromatic Colors of #807BAF
Black with #807BAF
Text Example
Text Example
White with #807BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BAF; }
p { color: rgb(128,123,175); }
H1.HeaderClassName
{
color: #807BAF;
}
.AnyTagClassName
{
color: #807BAF;
}
</style>
background-color css
<style>
a { background-color: #807BAF; }
a { background-color: rgb(128,123,175); }
div.DivClassName
{
background-color: #807BAF;
}
.BgClassName
{
background-color: #807BAF;
}
</style>
border-color css
<style>
span { border-color: #807BAF; }
span { border-color: rgb(128,123,175); }
td.TdClassName
{
border-color: #807BAF;
}
.TagClassName
{
border-color: #807BAF;
}
</style>