Shades of Medium Slate Blue #8266F3
Tints of Medium Slate Blue #8266F3
RGB
CMYK
RGB Variations
Color information
#8266F3 (or 0x8266F3) is known color: Medium Slate Blue. HEX triplet: 82, 66 and F3. RGB value is (130,102,243). Sum of RGB (Red+Green+Blue) = 130+102+243=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #8266F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8266F3 is #7D990C. Grayscale: #7D7D7D. Windows color (decimal): -8231181 or 15951490. OLE color: 15951490.
HSL color Cylindrical-coordinate representation of color #8266F3: hue angle of 251.91º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8266F3 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 130 | 102 | 243 | - |
CMYK | 0.47 | 0.58 | 0 | 0.05 |
HSL | 251.91º | 0.85% | 0.68% | - |
HSV(B) | 251.91º | 0.58% | 0.95% | - |
XYZ | 30.13 | 20.72 | 87.21 | - |
YUV | 126.45 | 193.78 | 130.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 102 | 243 | 0.47 | 0.58 | 0 | 0.05 | 251.91 | 0.85 | 0.68 |
Hex | 82 | 66 | F3 | 2F | 3A | 0 | 5 | FC | 55 | 44 |
Octal | 202 | 146 | 363 | 57 | 72 | 0 | 5 | 374 | 125 | 104 |
Binary | 10000010 | 1100110 | 11110011 | 101111 | 111010 | 0 | 101 | 11111100 | 1010101 | 1000100 |
Color Harmonies of #8266F3
Complementary color
Monochromatic Colors of #8266F3
Black with #8266F3
Text Example
Text Example
White with #8266F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266F3; }
p { color: rgb(130,102,243); }
H1.HeaderClassName
{
color: #8266F3;
}
.AnyTagClassName
{
color: #8266F3;
}
</style>
background-color css
<style>
a { background-color: #8266F3; }
a { background-color: rgb(130,102,243); }
div.DivClassName
{
background-color: #8266F3;
}
.BgClassName
{
background-color: #8266F3;
}
</style>
border-color css
<style>
span { border-color: #8266F3; }
span { border-color: rgb(130,102,243); }
td.TdClassName
{
border-color: #8266F3;
}
.TagClassName
{
border-color: #8266F3;
}
</style>