Shades of Medium Slate Blue #7865FA
Tints of Medium Slate Blue #7865FA
RGB
CMYK
RGB Variations
Color information
#7865FA (or 0x7865FA) is known color: Medium Slate Blue. HEX triplet: 78, 65 and FA. RGB value is (120,101,250). Sum of RGB (Red+Green+Blue) = 120+101+250=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #7865FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7865FA is #879A05. Grayscale: #7B7B7B. Windows color (decimal): -8886790 or 16409976. OLE color: 16409976.
HSL color Cylindrical-coordinate representation of color #7865FA: hue angle of 247.65º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7865FA is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 101 | 250 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.02 |
| HSL | 247.65º | 0.94% | 0.69% | - |
| HSV(B) | 247.65º | 0.6% | 0.98% | - |
| XYZ | 29.65 | 20.2 | 92.78 | - |
| YUV | 123.67 | 199.29 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 250 | 0.52 | 0.60 | 0 | 0.02 | 247.65 | 0.94 | 0.69 |
| Hex | 78 | 65 | FA | 34 | 3C | 0 | 2 | F8 | 5E | 45 |
| Octal | 170 | 145 | 372 | 64 | 74 | 0 | 2 | 370 | 136 | 105 |
| Binary | 1111000 | 1100101 | 11111010 | 110100 | 111100 | 0 | 10 | 11111000 | 1011110 | 1000101 |
Color Harmonies of #7865FA
Complementary color
Monochromatic Colors of #7865FA
Black with #7865FA
Text Example
Text Example
White with #7865FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865FA; }
p { color: rgb(120,101,250); }
H1.HeaderClassName
{
color: #7865FA;
}
.AnyTagClassName
{
color: #7865FA;
}
</style>
background-color css
<style>
a { background-color: #7865FA; }
a { background-color: rgb(120,101,250); }
div.DivClassName
{
background-color: #7865FA;
}
.BgClassName
{
background-color: #7865FA;
}
</style>
border-color css
<style>
span { border-color: #7865FA; }
span { border-color: rgb(120,101,250); }
td.TdClassName
{
border-color: #7865FA;
}
.TagClassName
{
border-color: #7865FA;
}
</style>