Shades of Medium Slate Blue #7F67ED
Tints of Medium Slate Blue #7F67ED
RGB
CMYK
RGB Variations
Color information
#7F67ED (or 0x7F67ED) is known color: Medium Slate Blue. HEX triplet: 7F, 67 and ED. RGB value is (127,103,237). Sum of RGB (Red+Green+Blue) = 127+103+237=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F67ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F67ED is #809812. Grayscale: #7C7C7C. Windows color (decimal): -8427539 or 15558527. OLE color: 15558527.
HSL color Cylindrical-coordinate representation of color #7F67ED: hue angle of 250.75º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F67ED is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 103 | 237 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.07 |
| HSL | 250.75º | 0.79% | 0.67% | - |
| HSV(B) | 250.75º | 0.57% | 0.93% | - |
| XYZ | 28.89 | 20.33 | 82.52 | - |
| YUV | 125.45 | 190.95 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 237 | 0.46 | 0.57 | 0 | 0.07 | 250.75 | 0.79 | 0.67 |
| Hex | 7F | 67 | ED | 2E | 39 | 0 | 7 | FB | 4F | 43 |
| Octal | 177 | 147 | 355 | 56 | 71 | 0 | 7 | 373 | 117 | 103 |
| Binary | 1111111 | 1100111 | 11101101 | 101110 | 111001 | 0 | 111 | 11111011 | 1001111 | 1000011 |
Color Harmonies of #7F67ED
Complementary color
Monochromatic Colors of #7F67ED
Black with #7F67ED
Text Example
Text Example
White with #7F67ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F67ED; }
p { color: rgb(127,103,237); }
H1.HeaderClassName
{
color: #7F67ED;
}
.AnyTagClassName
{
color: #7F67ED;
}
</style>
background-color css
<style>
a { background-color: #7F67ED; }
a { background-color: rgb(127,103,237); }
div.DivClassName
{
background-color: #7F67ED;
}
.BgClassName
{
background-color: #7F67ED;
}
</style>
border-color css
<style>
span { border-color: #7F67ED; }
span { border-color: rgb(127,103,237); }
td.TdClassName
{
border-color: #7F67ED;
}
.TagClassName
{
border-color: #7F67ED;
}
</style>