Shades of Medium Slate Blue #7469ED
Tints of Medium Slate Blue #7469ED
RGB
CMYK
RGB Variations
Color information
#7469ED (or 0x7469ED) is known color: Medium Slate Blue. HEX triplet: 74, 69 and ED. RGB value is (116,105,237). Sum of RGB (Red+Green+Blue) = 116+105+237=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #7469ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7469ED is #8B9612. Grayscale: #7A7A7A. Windows color (decimal): -9147923 or 15559028. OLE color: 15559028.
HSL color Cylindrical-coordinate representation of color #7469ED: hue angle of 245º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7469ED is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 105 | 237 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.07 |
| HSL | 245º | 0.79% | 0.67% | - |
| HSV(B) | 245º | 0.56% | 0.93% | - |
| XYZ | 27.54 | 19.93 | 82.52 | - |
| YUV | 123.34 | 192.14 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 237 | 0.51 | 0.56 | 0 | 0.07 | 245 | 0.79 | 0.67 |
| Hex | 74 | 69 | ED | 33 | 38 | 0 | 7 | F5 | 4F | 43 |
| Octal | 164 | 151 | 355 | 63 | 70 | 0 | 7 | 365 | 117 | 103 |
| Binary | 1110100 | 1101001 | 11101101 | 110011 | 111000 | 0 | 111 | 11110101 | 1001111 | 1000011 |
Color Harmonies of #7469ED
Complementary color
Monochromatic Colors of #7469ED
Black with #7469ED
Text Example
Text Example
White with #7469ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7469ED; }
p { color: rgb(116,105,237); }
H1.HeaderClassName
{
color: #7469ED;
}
.AnyTagClassName
{
color: #7469ED;
}
</style>
background-color css
<style>
a { background-color: #7469ED; }
a { background-color: rgb(116,105,237); }
div.DivClassName
{
background-color: #7469ED;
}
.BgClassName
{
background-color: #7469ED;
}
</style>
border-color css
<style>
span { border-color: #7469ED; }
span { border-color: rgb(116,105,237); }
td.TdClassName
{
border-color: #7469ED;
}
.TagClassName
{
border-color: #7469ED;
}
</style>