Shades of Medium Slate Blue #766CFA
Tints of Medium Slate Blue #766CFA
RGB
CMYK
RGB Variations
Color information
#766CFA (or 0x766CFA) is known color: Medium Slate Blue. HEX triplet: 76, 6C and FA. RGB value is (118,108,250). Sum of RGB (Red+Green+Blue) = 118+108+250=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #766CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CFA is #899305. Grayscale: #7E7E7E. Windows color (decimal): -9016070 or 16411766. OLE color: 16411766.
HSL color Cylindrical-coordinate representation of color #766CFA: hue angle of 244.23º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #766CFA is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 108 | 250 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.02 |
| HSL | 244.23º | 0.93% | 0.7% | - |
| HSV(B) | 244.23º | 0.57% | 0.98% | - |
| XYZ | 30.09 | 21.48 | 93 | - |
| YUV | 127.18 | 197.31 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 250 | 0.53 | 0.57 | 0 | 0.02 | 244.23 | 0.93 | 0.7 |
| Hex | 76 | 6C | FA | 35 | 39 | 0 | 2 | F4 | 5D | 46 |
| Octal | 166 | 154 | 372 | 65 | 71 | 0 | 2 | 364 | 135 | 106 |
| Binary | 1110110 | 1101100 | 11111010 | 110101 | 111001 | 0 | 10 | 11110100 | 1011101 | 1000110 |
Color Harmonies of #766CFA
Complementary color
Monochromatic Colors of #766CFA
Black with #766CFA
Text Example
Text Example
White with #766CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CFA; }
p { color: rgb(118,108,250); }
H1.HeaderClassName
{
color: #766CFA;
}
.AnyTagClassName
{
color: #766CFA;
}
</style>
background-color css
<style>
a { background-color: #766CFA; }
a { background-color: rgb(118,108,250); }
div.DivClassName
{
background-color: #766CFA;
}
.BgClassName
{
background-color: #766CFA;
}
</style>
border-color css
<style>
span { border-color: #766CFA; }
span { border-color: rgb(118,108,250); }
td.TdClassName
{
border-color: #766CFA;
}
.TagClassName
{
border-color: #766CFA;
}
</style>