Shades of Medium Slate Blue #766CFB
Tints of Medium Slate Blue #766CFB
RGB
CMYK
RGB Variations
Color information
#766CFB (or 0x766CFB) is known color: Medium Slate Blue. HEX triplet: 76, 6C and FB. RGB value is (118,108,251). Sum of RGB (Red+Green+Blue) = 118+108+251=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #766CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CFB is #899304. Grayscale: #7E7E7E. Windows color (decimal): -9016069 or 16477302. OLE color: 16477302.
HSL color Cylindrical-coordinate representation of color #766CFB: hue angle of 244.2º degrees, saturation: 0.95, 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 #766CFB is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 108 | 251 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.02 |
| HSL | 244.2º | 0.95% | 0.7% | - |
| HSV(B) | 244.2º | 0.57% | 0.98% | - |
| XYZ | 30.25 | 21.54 | 93.83 | - |
| YUV | 127.29 | 197.81 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 251 | 0.53 | 0.57 | 0 | 0.02 | 244.2 | 0.95 | 0.7 |
| Hex | 76 | 6C | FB | 35 | 39 | 0 | 2 | F4 | 5F | 46 |
| Octal | 166 | 154 | 373 | 65 | 71 | 0 | 2 | 364 | 137 | 106 |
| Binary | 1110110 | 1101100 | 11111011 | 110101 | 111001 | 0 | 10 | 11110100 | 1011111 | 1000110 |
Color Harmonies of #766CFB
Complementary color
Monochromatic Colors of #766CFB
Black with #766CFB
Text Example
Text Example
White with #766CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CFB; }
p { color: rgb(118,108,251); }
H1.HeaderClassName
{
color: #766CFB;
}
.AnyTagClassName
{
color: #766CFB;
}
</style>
background-color css
<style>
a { background-color: #766CFB; }
a { background-color: rgb(118,108,251); }
div.DivClassName
{
background-color: #766CFB;
}
.BgClassName
{
background-color: #766CFB;
}
</style>
border-color css
<style>
span { border-color: #766CFB; }
span { border-color: rgb(118,108,251); }
td.TdClassName
{
border-color: #766CFB;
}
.TagClassName
{
border-color: #766CFB;
}
</style>