Shades of Medium Slate Blue #8262DC
Tints of Medium Slate Blue #8262DC
RGB
CMYK
RGB Variations
Color information
#8262DC (or 0x8262DC) is known color: Medium Slate Blue. HEX triplet: 82, 62 and DC. RGB value is (130,98,220). Sum of RGB (Red+Green+Blue) = 130+98+220=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #8262DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262DC is #7D9D23. Grayscale: #797979. Windows color (decimal): -8232228 or 14443138. OLE color: 14443138.
HSL color Cylindrical-coordinate representation of color #8262DC: hue angle of 255.74º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8262DC is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 98 | 220 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.14 |
| HSL | 255.74º | 0.64% | 0.62% | - |
| HSV(B) | 255.74º | 0.55% | 0.86% | - |
| XYZ | 26.49 | 18.65 | 69.91 | - |
| YUV | 121.48 | 183.6 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 220 | 0.41 | 0.55 | 0 | 0.14 | 255.74 | 0.64 | 0.62 |
| Hex | 82 | 62 | DC | 29 | 37 | 0 | E | 100 | 40 | 3E |
| Octal | 202 | 142 | 334 | 51 | 67 | 0 | 16 | 400 | 100 | 76 |
| Binary | 10000010 | 1100010 | 11011100 | 101001 | 110111 | 0 | 1110 | 100000000 | 1000000 | 111110 |
Color Harmonies of #8262DC
Complementary color
Monochromatic Colors of #8262DC
Black with #8262DC
Text Example
Text Example
White with #8262DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8262DC; }
p { color: rgb(130,98,220); }
H1.HeaderClassName
{
color: #8262DC;
}
.AnyTagClassName
{
color: #8262DC;
}
</style>
background-color css
<style>
a { background-color: #8262DC; }
a { background-color: rgb(130,98,220); }
div.DivClassName
{
background-color: #8262DC;
}
.BgClassName
{
background-color: #8262DC;
}
</style>
border-color css
<style>
span { border-color: #8262DC; }
span { border-color: rgb(130,98,220); }
td.TdClassName
{
border-color: #8262DC;
}
.TagClassName
{
border-color: #8262DC;
}
</style>