Shades of Medium Slate Blue #8065F7
Tints of Medium Slate Blue #8065F7
RGB
CMYK
RGB Variations
Color information
#8065F7 (or 0x8065F7) is known color: Medium Slate Blue. HEX triplet: 80, 65 and F7. RGB value is (128,101,247). Sum of RGB (Red+Green+Blue) = 128+101+247=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #8065F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8065F7 is #7F9A08. Grayscale: #7D7D7D. Windows color (decimal): -8362505 or 16213376. OLE color: 16213376.
HSL color Cylindrical-coordinate representation of color #8065F7: hue angle of 251.1º 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 #8065F7 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 101 | 247 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.03 |
| HSL | 251.1º | 0.9% | 0.68% | - |
| HSV(B) | 251.1º | 0.59% | 0.97% | - |
| XYZ | 30.34 | 20.61 | 90.37 | - |
| YUV | 125.72 | 196.45 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 247 | 0.48 | 0.59 | 0 | 0.03 | 251.1 | 0.9 | 0.68 |
| Hex | 80 | 65 | F7 | 30 | 3B | 0 | 3 | FB | 5A | 44 |
| Octal | 200 | 145 | 367 | 60 | 73 | 0 | 3 | 373 | 132 | 104 |
| Binary | 10000000 | 1100101 | 11110111 | 110000 | 111011 | 0 | 11 | 11111011 | 1011010 | 1000100 |
Color Harmonies of #8065F7
Complementary color
Monochromatic Colors of #8065F7
Black with #8065F7
Text Example
Text Example
White with #8065F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8065F7; }
p { color: rgb(128,101,247); }
H1.HeaderClassName
{
color: #8065F7;
}
.AnyTagClassName
{
color: #8065F7;
}
</style>
background-color css
<style>
a { background-color: #8065F7; }
a { background-color: rgb(128,101,247); }
div.DivClassName
{
background-color: #8065F7;
}
.BgClassName
{
background-color: #8065F7;
}
</style>
border-color css
<style>
span { border-color: #8065F7; }
span { border-color: rgb(128,101,247); }
td.TdClassName
{
border-color: #8065F7;
}
.TagClassName
{
border-color: #8065F7;
}
</style>