Shades of Slate Blue #754AC7
Tints of Slate Blue #754AC7
RGB
CMYK
RGB Variations
Color information
#754AC7 (or 0x754AC7) is known color: Slate Blue. HEX triplet: 75, 4A and C7. RGB value is (117,74,199). Sum of RGB (Red+Green+Blue) = 117+74+199=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #754AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754AC7 is #8AB538. Grayscale: #646464. Windows color (decimal): -9090361 or 13060725. OLE color: 13060725.
HSL color Cylindrical-coordinate representation of color #754AC7: hue angle of 260.64º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754AC7 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 74 | 199 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.22 |
| HSL | 260.64º | 0.53% | 0.54% | - |
| HSV(B) | 260.64º | 0.63% | 0.78% | - |
| XYZ | 20.09 | 12.8 | 55.45 | - |
| YUV | 101.11 | 183.25 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 199 | 0.41 | 0.63 | 0 | 0.22 | 260.64 | 0.53 | 0.54 |
| Hex | 75 | 4A | C7 | 29 | 3F | 0 | 16 | 105 | 35 | 36 |
| Octal | 165 | 112 | 307 | 51 | 77 | 0 | 26 | 405 | 65 | 66 |
| Binary | 1110101 | 1001010 | 11000111 | 101001 | 111111 | 0 | 10110 | 100000101 | 110101 | 110110 |
Color Harmonies of #754AC7
Complementary color
Monochromatic Colors of #754AC7
Black with #754AC7
Text Example
Text Example
White with #754AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AC7; }
p { color: rgb(117,74,199); }
H1.HeaderClassName
{
color: #754AC7;
}
.AnyTagClassName
{
color: #754AC7;
}
</style>
background-color css
<style>
a { background-color: #754AC7; }
a { background-color: rgb(117,74,199); }
div.DivClassName
{
background-color: #754AC7;
}
.BgClassName
{
background-color: #754AC7;
}
</style>
border-color css
<style>
span { border-color: #754AC7; }
span { border-color: rgb(117,74,199); }
td.TdClassName
{
border-color: #754AC7;
}
.TagClassName
{
border-color: #754AC7;
}
</style>