Shades of Slate Blue #8253DB
Tints of Slate Blue #8253DB
RGB
CMYK
RGB Variations
Color information
#8253DB (or 0x8253DB) is known color: Slate Blue. HEX triplet: 82, 53 and DB. RGB value is (130,83,219). Sum of RGB (Red+Green+Blue) = 130+83+219=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #8253DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253DB is #7DAC24. Grayscale: #707070. Windows color (decimal): -8236069 or 14373762. OLE color: 14373762.
HSL color Cylindrical-coordinate representation of color #8253DB: hue angle of 260.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8253DB is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 83 | 219 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.14 |
| HSL | 260.74º | 0.65% | 0.59% | - |
| HSV(B) | 260.74º | 0.62% | 0.86% | - |
| XYZ | 25.09 | 16.05 | 68.79 | - |
| YUV | 112.56 | 188.07 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 219 | 0.41 | 0.62 | 0 | 0.14 | 260.74 | 0.65 | 0.59 |
| Hex | 82 | 53 | DB | 29 | 3E | 0 | E | 105 | 41 | 3B |
| Octal | 202 | 123 | 333 | 51 | 76 | 0 | 16 | 405 | 101 | 73 |
| Binary | 10000010 | 1010011 | 11011011 | 101001 | 111110 | 0 | 1110 | 100000101 | 1000001 | 111011 |
Color Harmonies of #8253DB
Complementary color
Monochromatic Colors of #8253DB
Black with #8253DB
Text Example
Text Example
White with #8253DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253DB; }
p { color: rgb(130,83,219); }
H1.HeaderClassName
{
color: #8253DB;
}
.AnyTagClassName
{
color: #8253DB;
}
</style>
background-color css
<style>
a { background-color: #8253DB; }
a { background-color: rgb(130,83,219); }
div.DivClassName
{
background-color: #8253DB;
}
.BgClassName
{
background-color: #8253DB;
}
</style>
border-color css
<style>
span { border-color: #8253DB; }
span { border-color: rgb(130,83,219); }
td.TdClassName
{
border-color: #8253DB;
}
.TagClassName
{
border-color: #8253DB;
}
</style>