Shades of Slate Blue #754DCE
Tints of Slate Blue #754DCE
RGB
CMYK
RGB Variations
Color information
#754DCE (or 0x754DCE) is known color: Slate Blue. HEX triplet: 75, 4D and CE. RGB value is (117,77,206). Sum of RGB (Red+Green+Blue) = 117+77+206=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #754DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DCE is #8AB231. Grayscale: #676767. Windows color (decimal): -9089586 or 13520245. OLE color: 13520245.
HSL color Cylindrical-coordinate representation of color #754DCE: hue angle of 258.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754DCE is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 77 | 206 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.19 |
| HSL | 258.6º | 0.57% | 0.55% | - |
| HSV(B) | 258.6º | 0.63% | 0.81% | - |
| XYZ | 21.13 | 13.55 | 59.89 | - |
| YUV | 103.67 | 185.75 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 206 | 0.43 | 0.63 | 0 | 0.19 | 258.6 | 0.57 | 0.55 |
| Hex | 75 | 4D | CE | 2B | 3F | 0 | 13 | 103 | 39 | 37 |
| Octal | 165 | 115 | 316 | 53 | 77 | 0 | 23 | 403 | 71 | 67 |
| Binary | 1110101 | 1001101 | 11001110 | 101011 | 111111 | 0 | 10011 | 100000011 | 111001 | 110111 |
Color Harmonies of #754DCE
Complementary color
Monochromatic Colors of #754DCE
Black with #754DCE
Text Example
Text Example
White with #754DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DCE; }
p { color: rgb(117,77,206); }
H1.HeaderClassName
{
color: #754DCE;
}
.AnyTagClassName
{
color: #754DCE;
}
</style>
background-color css
<style>
a { background-color: #754DCE; }
a { background-color: rgb(117,77,206); }
div.DivClassName
{
background-color: #754DCE;
}
.BgClassName
{
background-color: #754DCE;
}
</style>
border-color css
<style>
span { border-color: #754DCE; }
span { border-color: rgb(117,77,206); }
td.TdClassName
{
border-color: #754DCE;
}
.TagClassName
{
border-color: #754DCE;
}
</style>