Shades of Medium Slate Blue #7B5FFD
Tints of Medium Slate Blue #7B5FFD
RGB
CMYK
RGB Variations
Color information
#7B5FFD (or 0x7B5FFD) is known color: Medium Slate Blue. HEX triplet: 7B, 5F and FD. RGB value is (123,95,253). Sum of RGB (Red+Green+Blue) = 123+95+253=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B5FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5FFD is #84A002. Grayscale: #787878. Windows color (decimal): -8691715 or 16605051. OLE color: 16605051.
HSL color Cylindrical-coordinate representation of color #7B5FFD: hue angle of 250.63º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B5FFD is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 95 | 253 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.01 |
| HSL | 250.63º | 0.98% | 0.68% | - |
| HSV(B) | 250.63º | 0.62% | 0.99% | - |
| XYZ | 29.99 | 19.49 | 95.11 | - |
| YUV | 121.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 253 | 0.51 | 0.62 | 0 | 0.01 | 250.63 | 0.98 | 0.68 |
| Hex | 7B | 5F | FD | 33 | 3E | 0 | 1 | FB | 62 | 44 |
| Octal | 173 | 137 | 375 | 63 | 76 | 0 | 1 | 373 | 142 | 104 |
| Binary | 1111011 | 1011111 | 11111101 | 110011 | 111110 | 0 | 1 | 11111011 | 1100010 | 1000100 |
Color Harmonies of #7B5FFD
Complementary color
Monochromatic Colors of #7B5FFD
Black with #7B5FFD
Text Example
Text Example
White with #7B5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5FFD; }
p { color: rgb(123,95,253); }
H1.HeaderClassName
{
color: #7B5FFD;
}
.AnyTagClassName
{
color: #7B5FFD;
}
</style>
background-color css
<style>
a { background-color: #7B5FFD; }
a { background-color: rgb(123,95,253); }
div.DivClassName
{
background-color: #7B5FFD;
}
.BgClassName
{
background-color: #7B5FFD;
}
</style>
border-color css
<style>
span { border-color: #7B5FFD; }
span { border-color: rgb(123,95,253); }
td.TdClassName
{
border-color: #7B5FFD;
}
.TagClassName
{
border-color: #7B5FFD;
}
</style>