Shades of Medium Slate Blue #8266F1
Tints of Medium Slate Blue #8266F1
RGB
CMYK
RGB Variations
Color information
#8266F1 (or 0x8266F1) is known color: Medium Slate Blue. HEX triplet: 82, 66 and F1. RGB value is (130,102,241). Sum of RGB (Red+Green+Blue) = 130+102+241=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #8266F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8266F1 is #7D990E. Grayscale: #7D7D7D. Windows color (decimal): -8231183 or 15820418. OLE color: 15820418.
HSL color Cylindrical-coordinate representation of color #8266F1: hue angle of 252.09º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8266F1 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 102 | 241 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.05 |
| HSL | 252.09º | 0.83% | 0.67% | - |
| HSV(B) | 252.09º | 0.58% | 0.95% | - |
| XYZ | 29.83 | 20.6 | 85.62 | - |
| YUV | 126.22 | 192.78 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 241 | 0.46 | 0.58 | 0 | 0.05 | 252.09 | 0.83 | 0.67 |
| Hex | 82 | 66 | F1 | 2E | 3A | 0 | 5 | FC | 53 | 43 |
| Octal | 202 | 146 | 361 | 56 | 72 | 0 | 5 | 374 | 123 | 103 |
| Binary | 10000010 | 1100110 | 11110001 | 101110 | 111010 | 0 | 101 | 11111100 | 1010011 | 1000011 |
Color Harmonies of #8266F1
Complementary color
Monochromatic Colors of #8266F1
Black with #8266F1
Text Example
Text Example
White with #8266F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266F1; }
p { color: rgb(130,102,241); }
H1.HeaderClassName
{
color: #8266F1;
}
.AnyTagClassName
{
color: #8266F1;
}
</style>
background-color css
<style>
a { background-color: #8266F1; }
a { background-color: rgb(130,102,241); }
div.DivClassName
{
background-color: #8266F1;
}
.BgClassName
{
background-color: #8266F1;
}
</style>
border-color css
<style>
span { border-color: #8266F1; }
span { border-color: rgb(130,102,241); }
td.TdClassName
{
border-color: #8266F1;
}
.TagClassName
{
border-color: #8266F1;
}
</style>