Shades of Medium Slate Blue #8266F7
Tints of Medium Slate Blue #8266F7
RGB
CMYK
RGB Variations
Color information
#8266F7 (or 0x8266F7) is known color: Medium Slate Blue. HEX triplet: 82, 66 and F7. RGB value is (130,102,247). Sum of RGB (Red+Green+Blue) = 130+102+247=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #8266F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8266F7 is #7D9908. Grayscale: #7E7E7E. Windows color (decimal): -8231177 or 16213634. OLE color: 16213634.
HSL color Cylindrical-coordinate representation of color #8266F7: hue angle of 251.59º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8266F7 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 102 | 247 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.03 |
| HSL | 251.59º | 0.9% | 0.68% | - |
| HSV(B) | 251.59º | 0.59% | 0.97% | - |
| XYZ | 30.75 | 20.96 | 90.42 | - |
| YUV | 126.9 | 195.78 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 247 | 0.47 | 0.59 | 0 | 0.03 | 251.59 | 0.9 | 0.68 |
| Hex | 82 | 66 | F7 | 2F | 3B | 0 | 3 | FC | 5A | 44 |
| Octal | 202 | 146 | 367 | 57 | 73 | 0 | 3 | 374 | 132 | 104 |
| Binary | 10000010 | 1100110 | 11110111 | 101111 | 111011 | 0 | 11 | 11111100 | 1011010 | 1000100 |
Color Harmonies of #8266F7
Complementary color
Monochromatic Colors of #8266F7
Black with #8266F7
Text Example
Text Example
White with #8266F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266F7; }
p { color: rgb(130,102,247); }
H1.HeaderClassName
{
color: #8266F7;
}
.AnyTagClassName
{
color: #8266F7;
}
</style>
background-color css
<style>
a { background-color: #8266F7; }
a { background-color: rgb(130,102,247); }
div.DivClassName
{
background-color: #8266F7;
}
.BgClassName
{
background-color: #8266F7;
}
</style>
border-color css
<style>
span { border-color: #8266F7; }
span { border-color: rgb(130,102,247); }
td.TdClassName
{
border-color: #8266F7;
}
.TagClassName
{
border-color: #8266F7;
}
</style>