Shades of Slate Blue #7554C2
Tints of Slate Blue #7554C2
RGB
CMYK
RGB Variations
Color information
#7554C2 (or 0x7554C2) is known color: Slate Blue. HEX triplet: 75, 54 and C2. RGB value is (117,84,194). Sum of RGB (Red+Green+Blue) = 117+84+194=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #7554C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7554C2 is #8AAB3D. Grayscale: #6A6A6A. Windows color (decimal): -9087806 or 12735605. OLE color: 12735605.
HSL color Cylindrical-coordinate representation of color #7554C2: hue angle of 258º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7554C2 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 84 | 194 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.24 |
| HSL | 258º | 0.47% | 0.55% | - |
| HSV(B) | 258º | 0.57% | 0.76% | - |
| XYZ | 20.24 | 14.02 | 52.68 | - |
| YUV | 106.41 | 177.43 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 194 | 0.40 | 0.57 | 0 | 0.24 | 258 | 0.47 | 0.55 |
| Hex | 75 | 54 | C2 | 28 | 39 | 0 | 18 | 102 | 2F | 37 |
| Octal | 165 | 124 | 302 | 50 | 71 | 0 | 30 | 402 | 57 | 67 |
| Binary | 1110101 | 1010100 | 11000010 | 101000 | 111001 | 0 | 11000 | 100000010 | 101111 | 110111 |
Color Harmonies of #7554C2
Complementary color
Monochromatic Colors of #7554C2
Black with #7554C2
Text Example
Text Example
White with #7554C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7554C2; }
p { color: rgb(117,84,194); }
H1.HeaderClassName
{
color: #7554C2;
}
.AnyTagClassName
{
color: #7554C2;
}
</style>
background-color css
<style>
a { background-color: #7554C2; }
a { background-color: rgb(117,84,194); }
div.DivClassName
{
background-color: #7554C2;
}
.BgClassName
{
background-color: #7554C2;
}
</style>
border-color css
<style>
span { border-color: #7554C2; }
span { border-color: rgb(117,84,194); }
td.TdClassName
{
border-color: #7554C2;
}
.TagClassName
{
border-color: #7554C2;
}
</style>