Shades of Slate Blue #754AC2
Tints of Slate Blue #754AC2
RGB
CMYK
RGB Variations
Color information
#754AC2 (or 0x754AC2) is known color: Slate Blue. HEX triplet: 75, 4A and C2. RGB value is (117,74,194). Sum of RGB (Red+Green+Blue) = 117+74+194=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #754AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754AC2 is #8AB53D. Grayscale: #646464. Windows color (decimal): -9090366 or 12733045. OLE color: 12733045.
HSL color Cylindrical-coordinate representation of color #754AC2: hue angle of 261.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754AC2 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 74 | 194 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.24 |
| HSL | 261.5º | 0.5% | 0.53% | - |
| HSV(B) | 261.5º | 0.62% | 0.76% | - |
| XYZ | 19.52 | 12.57 | 52.44 | - |
| YUV | 100.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 194 | 0.40 | 0.62 | 0 | 0.24 | 261.5 | 0.5 | 0.53 |
| Hex | 75 | 4A | C2 | 28 | 3E | 0 | 18 | 106 | 32 | 35 |
| Octal | 165 | 112 | 302 | 50 | 76 | 0 | 30 | 406 | 62 | 65 |
| Binary | 1110101 | 1001010 | 11000010 | 101000 | 111110 | 0 | 11000 | 100000110 | 110010 | 110101 |
Color Harmonies of #754AC2
Complementary color
Monochromatic Colors of #754AC2
Black with #754AC2
Text Example
Text Example
White with #754AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AC2; }
p { color: rgb(117,74,194); }
H1.HeaderClassName
{
color: #754AC2;
}
.AnyTagClassName
{
color: #754AC2;
}
</style>
background-color css
<style>
a { background-color: #754AC2; }
a { background-color: rgb(117,74,194); }
div.DivClassName
{
background-color: #754AC2;
}
.BgClassName
{
background-color: #754AC2;
}
</style>
border-color css
<style>
span { border-color: #754AC2; }
span { border-color: rgb(117,74,194); }
td.TdClassName
{
border-color: #754AC2;
}
.TagClassName
{
border-color: #754AC2;
}
</style>