Shades of Slate Blue #754CC2
Tints of Slate Blue #754CC2
RGB
CMYK
RGB Variations
Color information
#754CC2 (or 0x754CC2) is known color: Slate Blue. HEX triplet: 75, 4C and C2. RGB value is (117,76,194). Sum of RGB (Red+Green+Blue) = 117+76+194=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #754CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CC2 is #8AB33D. Grayscale: #656565. Windows color (decimal): -9089854 or 12733557. OLE color: 12733557.
HSL color Cylindrical-coordinate representation of color #754CC2: hue angle of 260.85º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754CC2 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 76 | 194 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.24 |
| HSL | 260.85º | 0.49% | 0.53% | - |
| HSV(B) | 260.85º | 0.61% | 0.76% | - |
| XYZ | 19.66 | 12.85 | 52.48 | - |
| YUV | 101.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 194 | 0.40 | 0.61 | 0 | 0.24 | 260.85 | 0.49 | 0.53 |
| Hex | 75 | 4C | C2 | 28 | 3D | 0 | 18 | 105 | 31 | 35 |
| Octal | 165 | 114 | 302 | 50 | 75 | 0 | 30 | 405 | 61 | 65 |
| Binary | 1110101 | 1001100 | 11000010 | 101000 | 111101 | 0 | 11000 | 100000101 | 110001 | 110101 |
Color Harmonies of #754CC2
Complementary color
Monochromatic Colors of #754CC2
Black with #754CC2
Text Example
Text Example
White with #754CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CC2; }
p { color: rgb(117,76,194); }
H1.HeaderClassName
{
color: #754CC2;
}
.AnyTagClassName
{
color: #754CC2;
}
</style>
background-color css
<style>
a { background-color: #754CC2; }
a { background-color: rgb(117,76,194); }
div.DivClassName
{
background-color: #754CC2;
}
.BgClassName
{
background-color: #754CC2;
}
</style>
border-color css
<style>
span { border-color: #754CC2; }
span { border-color: rgb(117,76,194); }
td.TdClassName
{
border-color: #754CC2;
}
.TagClassName
{
border-color: #754CC2;
}
</style>