Shades of Medium Slate Blue #8066F5
Tints of Medium Slate Blue #8066F5
RGB
CMYK
RGB Variations
Color information
#8066F5 (or 0x8066F5) is known color: Medium Slate Blue. HEX triplet: 80, 66 and F5. RGB value is (128,102,245). Sum of RGB (Red+Green+Blue) = 128+102+245=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 245 (96.09% from 255 or 51.58% from 475); Max value from RGB is 245 - color contains mainly: blue. Hex color #8066F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066F5 is #7F990A. Grayscale: #7D7D7D. Windows color (decimal): -8362251 or 16082560. OLE color: 16082560.
HSL color Cylindrical-coordinate representation of color #8066F5: hue angle of 250.91º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8066F5 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 102 | 245 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.04 |
| HSL | 250.91º | 0.88% | 0.68% | - |
| HSV(B) | 250.91º | 0.58% | 0.96% | - |
| XYZ | 30.13 | 20.68 | 88.79 | - |
| YUV | 126.08 | 195.11 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 245 | 0.48 | 0.58 | 0 | 0.04 | 250.91 | 0.88 | 0.68 |
| Hex | 80 | 66 | F5 | 30 | 3A | 0 | 4 | FB | 58 | 44 |
| Octal | 200 | 146 | 365 | 60 | 72 | 0 | 4 | 373 | 130 | 104 |
| Binary | 10000000 | 1100110 | 11110101 | 110000 | 111010 | 0 | 100 | 11111011 | 1011000 | 1000100 |
Color Harmonies of #8066F5
Complementary color
Monochromatic Colors of #8066F5
Black with #8066F5
Text Example
Text Example
White with #8066F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066F5; }
p { color: rgb(128,102,245); }
H1.HeaderClassName
{
color: #8066F5;
}
.AnyTagClassName
{
color: #8066F5;
}
</style>
background-color css
<style>
a { background-color: #8066F5; }
a { background-color: rgb(128,102,245); }
div.DivClassName
{
background-color: #8066F5;
}
.BgClassName
{
background-color: #8066F5;
}
</style>
border-color css
<style>
span { border-color: #8066F5; }
span { border-color: rgb(128,102,245); }
td.TdClassName
{
border-color: #8066F5;
}
.TagClassName
{
border-color: #8066F5;
}
</style>