Shades of Slate Blue #7555C3
Tints of Slate Blue #7555C3
RGB
CMYK
RGB Variations
Color information
#7555C3 (or 0x7555C3) is known color: Slate Blue. HEX triplet: 75, 55 and C3. RGB value is (117,85,195). Sum of RGB (Red+Green+Blue) = 117+85+195=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #7555C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7555C3 is #8AAA3C. Grayscale: #6A6A6A. Windows color (decimal): -9087549 or 12801397. OLE color: 12801397.
HSL color Cylindrical-coordinate representation of color #7555C3: hue angle of 257.45º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7555C3 is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 85 | 195 | - |
| CMYK | 0.4 | 0.56 | 0 | 0.24 |
| HSL | 257.45º | 0.48% | 0.55% | - |
| HSV(B) | 257.45º | 0.56% | 0.76% | - |
| XYZ | 20.43 | 14.22 | 53.3 | - |
| YUV | 107.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 195 | 0.4 | 0.56 | 0 | 0.24 | 257.45 | 0.48 | 0.55 |
| Hex | 75 | 55 | C3 | 28 | 38 | 0 | 18 | 101 | 30 | 37 |
| Octal | 165 | 125 | 303 | 50 | 70 | 0 | 30 | 401 | 60 | 67 |
| Binary | 1110101 | 1010101 | 11000011 | 101000 | 111000 | 0 | 11000 | 100000001 | 110000 | 110111 |
Color Harmonies of #7555C3
Complementary color
Monochromatic Colors of #7555C3
Black with #7555C3
Text Example
Text Example
White with #7555C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7555C3; }
p { color: rgb(117,85,195); }
H1.HeaderClassName
{
color: #7555C3;
}
.AnyTagClassName
{
color: #7555C3;
}
</style>
background-color css
<style>
a { background-color: #7555C3; }
a { background-color: rgb(117,85,195); }
div.DivClassName
{
background-color: #7555C3;
}
.BgClassName
{
background-color: #7555C3;
}
</style>
border-color css
<style>
span { border-color: #7555C3; }
span { border-color: rgb(117,85,195); }
td.TdClassName
{
border-color: #7555C3;
}
.TagClassName
{
border-color: #7555C3;
}
</style>