Shades of Medium Slate Blue #756CF2
Tints of Medium Slate Blue #756CF2
RGB
CMYK
RGB Variations
Color information
#756CF2 (or 0x756CF2) is known color: Medium Slate Blue. HEX triplet: 75, 6C and F2. RGB value is (117,108,242). Sum of RGB (Red+Green+Blue) = 117+108+242=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #756CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CF2 is #8A930D. Grayscale: #7D7D7D. Windows color (decimal): -9081614 or 15887477. OLE color: 15887477.
HSL color Cylindrical-coordinate representation of color #756CF2: hue angle of 244.03º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756CF2 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 108 | 242 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.05 |
| HSL | 244.03º | 0.84% | 0.69% | - |
| HSV(B) | 244.03º | 0.55% | 0.95% | - |
| XYZ | 28.73 | 20.92 | 86.53 | - |
| YUV | 125.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 242 | 0.52 | 0.55 | 0 | 0.05 | 244.03 | 0.84 | 0.69 |
| Hex | 75 | 6C | F2 | 34 | 37 | 0 | 5 | F4 | 54 | 45 |
| Octal | 165 | 154 | 362 | 64 | 67 | 0 | 5 | 364 | 124 | 105 |
| Binary | 1110101 | 1101100 | 11110010 | 110100 | 110111 | 0 | 101 | 11110100 | 1010100 | 1000101 |
Color Harmonies of #756CF2
Complementary color
Monochromatic Colors of #756CF2
Black with #756CF2
Text Example
Text Example
White with #756CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CF2; }
p { color: rgb(117,108,242); }
H1.HeaderClassName
{
color: #756CF2;
}
.AnyTagClassName
{
color: #756CF2;
}
</style>
background-color css
<style>
a { background-color: #756CF2; }
a { background-color: rgb(117,108,242); }
div.DivClassName
{
background-color: #756CF2;
}
.BgClassName
{
background-color: #756CF2;
}
</style>
border-color css
<style>
span { border-color: #756CF2; }
span { border-color: rgb(117,108,242); }
td.TdClassName
{
border-color: #756CF2;
}
.TagClassName
{
border-color: #756CF2;
}
</style>