Shades of Medium Slate Blue #7F65FA
Tints of Medium Slate Blue #7F65FA
RGB
CMYK
RGB Variations
Color information
#7F65FA (or 0x7F65FA) is known color: Medium Slate Blue. HEX triplet: 7F, 65 and FA. RGB value is (127,101,250). Sum of RGB (Red+Green+Blue) = 127+101+250=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F65FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F65FA is #809A05. Grayscale: #7D7D7D. Windows color (decimal): -8428038 or 16409983. OLE color: 16409983.
HSL color Cylindrical-coordinate representation of color #7F65FA: hue angle of 250.47º 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 #7F65FA is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 101 | 250 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.02 |
| HSL | 250.47º | 0.94% | 0.69% | - |
| HSV(B) | 250.47º | 0.6% | 0.98% | - |
| XYZ | 30.66 | 20.72 | 92.83 | - |
| YUV | 125.76 | 198.11 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 250 | 0.49 | 0.60 | 0 | 0.02 | 250.47 | 0.94 | 0.69 |
| Hex | 7F | 65 | FA | 31 | 3C | 0 | 2 | FA | 5E | 45 |
| Octal | 177 | 145 | 372 | 61 | 74 | 0 | 2 | 372 | 136 | 105 |
| Binary | 1111111 | 1100101 | 11111010 | 110001 | 111100 | 0 | 10 | 11111010 | 1011110 | 1000101 |
Color Harmonies of #7F65FA
Complementary color
Monochromatic Colors of #7F65FA
Black with #7F65FA
Text Example
Text Example
White with #7F65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F65FA; }
p { color: rgb(127,101,250); }
H1.HeaderClassName
{
color: #7F65FA;
}
.AnyTagClassName
{
color: #7F65FA;
}
</style>
background-color css
<style>
a { background-color: #7F65FA; }
a { background-color: rgb(127,101,250); }
div.DivClassName
{
background-color: #7F65FA;
}
.BgClassName
{
background-color: #7F65FA;
}
</style>
border-color css
<style>
span { border-color: #7F65FA; }
span { border-color: rgb(127,101,250); }
td.TdClassName
{
border-color: #7F65FA;
}
.TagClassName
{
border-color: #7F65FA;
}
</style>