Shades of Medium Slate Blue #765AF8
Tints of Medium Slate Blue #765AF8
RGB
CMYK
RGB Variations
Color information
#765AF8 (or 0x765AF8) is known color: Medium Slate Blue. HEX triplet: 76, 5A and F8. RGB value is (118,90,248). Sum of RGB (Red+Green+Blue) = 118+90+248=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #765AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765AF8 is #89A507. Grayscale: #737373. Windows color (decimal): -9020680 or 16276086. OLE color: 16276086.
HSL color Cylindrical-coordinate representation of color #765AF8: hue angle of 250.63º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #765AF8 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 90 | 248 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.03 |
| HSL | 250.63º | 0.92% | 0.66% | - |
| HSV(B) | 250.63º | 0.64% | 0.97% | - |
| XYZ | 28.07 | 17.94 | 90.79 | - |
| YUV | 116.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 248 | 0.52 | 0.64 | 0 | 0.03 | 250.63 | 0.92 | 0.66 |
| Hex | 76 | 5A | F8 | 34 | 40 | 0 | 3 | FB | 5C | 42 |
| Octal | 166 | 132 | 370 | 64 | 100 | 0 | 3 | 373 | 134 | 102 |
| Binary | 1110110 | 1011010 | 11111000 | 110100 | 1000000 | 0 | 11 | 11111011 | 1011100 | 1000010 |
Color Harmonies of #765AF8
Complementary color
Monochromatic Colors of #765AF8
Black with #765AF8
Text Example
Text Example
White with #765AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765AF8; }
p { color: rgb(118,90,248); }
H1.HeaderClassName
{
color: #765AF8;
}
.AnyTagClassName
{
color: #765AF8;
}
</style>
background-color css
<style>
a { background-color: #765AF8; }
a { background-color: rgb(118,90,248); }
div.DivClassName
{
background-color: #765AF8;
}
.BgClassName
{
background-color: #765AF8;
}
</style>
border-color css
<style>
span { border-color: #765AF8; }
span { border-color: rgb(118,90,248); }
td.TdClassName
{
border-color: #765AF8;
}
.TagClassName
{
border-color: #765AF8;
}
</style>