Shades of Deluge #827BAF
Tints of Deluge #827BAF
RGB
CMYK
RGB Variations
Color information
#827BAF (or 0x827BAF) is known color: Deluge. HEX triplet: 82, 7B and AF. RGB value is (130,123,175). Sum of RGB (Red+Green+Blue) = 130+123+175=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #827BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827BAF is #7D8450. Grayscale: #828282. Windows color (decimal): -8225873 or 11500418. OLE color: 11500418.
HSL color Cylindrical-coordinate representation of color #827BAF: hue angle of 248.08º 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 #827BAF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 123 | 175 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.31 |
| HSL | 248.08º | 0.25% | 0.58% | - |
| HSV(B) | 248.08º | 0.3% | 0.69% | - |
| XYZ | 24.03 | 22.01 | 43.54 | - |
| YUV | 131.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 175 | 0.26 | 0.30 | 0 | 0.31 | 248.08 | 0.25 | 0.58 |
| Hex | 82 | 7B | AF | 1A | 1E | 0 | 1F | F8 | 19 | 3A |
| Octal | 202 | 173 | 257 | 32 | 36 | 0 | 37 | 370 | 31 | 72 |
| Binary | 10000010 | 1111011 | 10101111 | 11010 | 11110 | 0 | 11111 | 11111000 | 11001 | 111010 |
Color Harmonies of #827BAF
Complementary color
Monochromatic Colors of #827BAF
Black with #827BAF
Text Example
Text Example
White with #827BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827BAF; }
p { color: rgb(130,123,175); }
H1.HeaderClassName
{
color: #827BAF;
}
.AnyTagClassName
{
color: #827BAF;
}
</style>
background-color css
<style>
a { background-color: #827BAF; }
a { background-color: rgb(130,123,175); }
div.DivClassName
{
background-color: #827BAF;
}
.BgClassName
{
background-color: #827BAF;
}
</style>
border-color css
<style>
span { border-color: #827BAF; }
span { border-color: rgb(130,123,175); }
td.TdClassName
{
border-color: #827BAF;
}
.TagClassName
{
border-color: #827BAF;
}
</style>