Shades of Medium Slate Blue #754CF2
Tints of Medium Slate Blue #754CF2
RGB
CMYK
RGB Variations
Color information
#754CF2 (or 0x754CF2) is known color: Medium Slate Blue. HEX triplet: 75, 4C and F2. RGB value is (117,76,242). Sum of RGB (Red+Green+Blue) = 117+76+242=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #754CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CF2 is #8AB30D. Grayscale: #6A6A6A. Windows color (decimal): -9089806 or 15879285. OLE color: 15879285.
HSL color Cylindrical-coordinate representation of color #754CF2: hue angle of 254.82º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754CF2 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 76 | 242 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.05 |
| HSL | 254.82º | 0.86% | 0.62% | - |
| HSV(B) | 254.82º | 0.69% | 0.95% | - |
| XYZ | 25.95 | 15.36 | 85.6 | - |
| YUV | 107.18 | 204.08 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 242 | 0.52 | 0.69 | 0 | 0.05 | 254.82 | 0.86 | 0.62 |
| Hex | 75 | 4C | F2 | 34 | 45 | 0 | 5 | FF | 56 | 3E |
| Octal | 165 | 114 | 362 | 64 | 105 | 0 | 5 | 377 | 126 | 76 |
| Binary | 1110101 | 1001100 | 11110010 | 110100 | 1000101 | 0 | 101 | 11111111 | 1010110 | 111110 |
Color Harmonies of #754CF2
Complementary color
Monochromatic Colors of #754CF2
Black with #754CF2
Text Example
Text Example
White with #754CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CF2; }
p { color: rgb(117,76,242); }
H1.HeaderClassName
{
color: #754CF2;
}
.AnyTagClassName
{
color: #754CF2;
}
</style>
background-color css
<style>
a { background-color: #754CF2; }
a { background-color: rgb(117,76,242); }
div.DivClassName
{
background-color: #754CF2;
}
.BgClassName
{
background-color: #754CF2;
}
</style>
border-color css
<style>
span { border-color: #754CF2; }
span { border-color: rgb(117,76,242); }
td.TdClassName
{
border-color: #754CF2;
}
.TagClassName
{
border-color: #754CF2;
}
</style>