Shades of Medium Slate Blue #765DF8
Tints of Medium Slate Blue #765DF8
RGB
CMYK
RGB Variations
Color information
#765DF8 (or 0x765DF8) is known color: Medium Slate Blue. HEX triplet: 76, 5D and F8. RGB value is (118,93,248). Sum of RGB (Red+Green+Blue) = 118+93+248=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #765DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765DF8 is #89A207. Grayscale: #757575. Windows color (decimal): -9019912 or 16276854. OLE color: 16276854.
HSL color Cylindrical-coordinate representation of color #765DF8: hue angle of 249.68º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #765DF8 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 93 | 248 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.03 |
| HSL | 249.68º | 0.92% | 0.67% | - |
| HSV(B) | 249.68º | 0.63% | 0.97% | - |
| XYZ | 28.33 | 18.46 | 90.88 | - |
| YUV | 118.15 | 201.28 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 248 | 0.52 | 0.62 | 0 | 0.03 | 249.68 | 0.92 | 0.67 |
| Hex | 76 | 5D | F8 | 34 | 3E | 0 | 3 | FA | 5C | 43 |
| Octal | 166 | 135 | 370 | 64 | 76 | 0 | 3 | 372 | 134 | 103 |
| Binary | 1110110 | 1011101 | 11111000 | 110100 | 111110 | 0 | 11 | 11111010 | 1011100 | 1000011 |
Color Harmonies of #765DF8
Complementary color
Monochromatic Colors of #765DF8
Black with #765DF8
Text Example
Text Example
White with #765DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DF8; }
p { color: rgb(118,93,248); }
H1.HeaderClassName
{
color: #765DF8;
}
.AnyTagClassName
{
color: #765DF8;
}
</style>
background-color css
<style>
a { background-color: #765DF8; }
a { background-color: rgb(118,93,248); }
div.DivClassName
{
background-color: #765DF8;
}
.BgClassName
{
background-color: #765DF8;
}
</style>
border-color css
<style>
span { border-color: #765DF8; }
span { border-color: rgb(118,93,248); }
td.TdClassName
{
border-color: #765DF8;
}
.TagClassName
{
border-color: #765DF8;
}
</style>