Shades of Slate Blue #754DC9
Tints of Slate Blue #754DC9
RGB
CMYK
RGB Variations
Color information
#754DC9 (or 0x754DC9) is known color: Slate Blue. HEX triplet: 75, 4D and C9. RGB value is (117,77,201). Sum of RGB (Red+Green+Blue) = 117+77+201=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #754DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DC9 is #8AB236. Grayscale: #666666. Windows color (decimal): -9089591 or 13192565. OLE color: 13192565.
HSL color Cylindrical-coordinate representation of color #754DC9: hue angle of 259.35º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754DC9 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 77 | 201 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.21 |
| HSL | 259.35º | 0.53% | 0.55% | - |
| HSV(B) | 259.35º | 0.62% | 0.79% | - |
| XYZ | 20.53 | 13.31 | 56.74 | - |
| YUV | 103.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 201 | 0.42 | 0.62 | 0 | 0.21 | 259.35 | 0.53 | 0.55 |
| Hex | 75 | 4D | C9 | 2A | 3E | 0 | 15 | 103 | 35 | 37 |
| Octal | 165 | 115 | 311 | 52 | 76 | 0 | 25 | 403 | 65 | 67 |
| Binary | 1110101 | 1001101 | 11001001 | 101010 | 111110 | 0 | 10101 | 100000011 | 110101 | 110111 |
Color Harmonies of #754DC9
Complementary color
Monochromatic Colors of #754DC9
Black with #754DC9
Text Example
Text Example
White with #754DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DC9; }
p { color: rgb(117,77,201); }
H1.HeaderClassName
{
color: #754DC9;
}
.AnyTagClassName
{
color: #754DC9;
}
</style>
background-color css
<style>
a { background-color: #754DC9; }
a { background-color: rgb(117,77,201); }
div.DivClassName
{
background-color: #754DC9;
}
.BgClassName
{
background-color: #754DC9;
}
</style>
border-color css
<style>
span { border-color: #754DC9; }
span { border-color: rgb(117,77,201); }
td.TdClassName
{
border-color: #754DC9;
}
.TagClassName
{
border-color: #754DC9;
}
</style>