Shades of Slate Blue #754AC6
Tints of Slate Blue #754AC6
RGB
CMYK
RGB Variations
Color information
#754AC6 (or 0x754AC6) is known color: Slate Blue. HEX triplet: 75, 4A and C6. RGB value is (117,74,198). Sum of RGB (Red+Green+Blue) = 117+74+198=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #754AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754AC6 is #8AB539. Grayscale: #646464. Windows color (decimal): -9090362 or 12995189. OLE color: 12995189.
HSL color Cylindrical-coordinate representation of color #754AC6: hue angle of 260.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754AC6 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 74 | 198 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.22 |
| HSL | 260.81º | 0.52% | 0.53% | - |
| HSV(B) | 260.81º | 0.63% | 0.78% | - |
| XYZ | 19.98 | 12.76 | 54.84 | - |
| YUV | 100.99 | 182.75 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 198 | 0.41 | 0.63 | 0 | 0.22 | 260.81 | 0.52 | 0.53 |
| Hex | 75 | 4A | C6 | 29 | 3F | 0 | 16 | 105 | 34 | 35 |
| Octal | 165 | 112 | 306 | 51 | 77 | 0 | 26 | 405 | 64 | 65 |
| Binary | 1110101 | 1001010 | 11000110 | 101001 | 111111 | 0 | 10110 | 100000101 | 110100 | 110101 |
Color Harmonies of #754AC6
Complementary color
Monochromatic Colors of #754AC6
Black with #754AC6
Text Example
Text Example
White with #754AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AC6; }
p { color: rgb(117,74,198); }
H1.HeaderClassName
{
color: #754AC6;
}
.AnyTagClassName
{
color: #754AC6;
}
</style>
background-color css
<style>
a { background-color: #754AC6; }
a { background-color: rgb(117,74,198); }
div.DivClassName
{
background-color: #754AC6;
}
.BgClassName
{
background-color: #754AC6;
}
</style>
border-color css
<style>
span { border-color: #754AC6; }
span { border-color: rgb(117,74,198); }
td.TdClassName
{
border-color: #754AC6;
}
.TagClassName
{
border-color: #754AC6;
}
</style>