Shades of Slate Blue #754AC1
Tints of Slate Blue #754AC1
RGB
CMYK
RGB Variations
Color information
#754AC1 (or 0x754AC1) is known color: Slate Blue. HEX triplet: 75, 4A and C1. RGB value is (117,74,193). Sum of RGB (Red+Green+Blue) = 117+74+193=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #754AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754AC1 is #8AB53E. Grayscale: #636363. Windows color (decimal): -9090367 or 12667509. OLE color: 12667509.
HSL color Cylindrical-coordinate representation of color #754AC1: hue angle of 261.68º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754AC1 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 74 | 193 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.24 |
| HSL | 261.68º | 0.49% | 0.52% | - |
| HSV(B) | 261.68º | 0.62% | 0.76% | - |
| XYZ | 19.41 | 12.53 | 51.85 | - |
| YUV | 100.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 193 | 0.39 | 0.62 | 0 | 0.24 | 261.68 | 0.49 | 0.52 |
| Hex | 75 | 4A | C1 | 27 | 3E | 0 | 18 | 106 | 31 | 34 |
| Octal | 165 | 112 | 301 | 47 | 76 | 0 | 30 | 406 | 61 | 64 |
| Binary | 1110101 | 1001010 | 11000001 | 100111 | 111110 | 0 | 11000 | 100000110 | 110001 | 110100 |
Color Harmonies of #754AC1
Complementary color
Monochromatic Colors of #754AC1
Black with #754AC1
Text Example
Text Example
White with #754AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AC1; }
p { color: rgb(117,74,193); }
H1.HeaderClassName
{
color: #754AC1;
}
.AnyTagClassName
{
color: #754AC1;
}
</style>
background-color css
<style>
a { background-color: #754AC1; }
a { background-color: rgb(117,74,193); }
div.DivClassName
{
background-color: #754AC1;
}
.BgClassName
{
background-color: #754AC1;
}
</style>
border-color css
<style>
span { border-color: #754AC1; }
span { border-color: rgb(117,74,193); }
td.TdClassName
{
border-color: #754AC1;
}
.TagClassName
{
border-color: #754AC1;
}
</style>