Shades of Slate Blue #7455C9
Tints of Slate Blue #7455C9
RGB
CMYK
RGB Variations
Color information
#7455C9 (or 0x7455C9) is known color: Slate Blue. HEX triplet: 74, 55 and C9. RGB value is (116,85,201). Sum of RGB (Red+Green+Blue) = 116+85+201=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #7455C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7455C9 is #8BAA36. Grayscale: #6B6B6B. Windows color (decimal): -9153079 or 13194612. OLE color: 13194612.
HSL color Cylindrical-coordinate representation of color #7455C9: hue angle of 256.03º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7455C9 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 85 | 201 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.21 |
| HSL | 256.03º | 0.52% | 0.56% | - |
| HSV(B) | 256.03º | 0.58% | 0.79% | - |
| XYZ | 20.99 | 14.43 | 56.94 | - |
| YUV | 107.49 | 180.77 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 201 | 0.42 | 0.58 | 0 | 0.21 | 256.03 | 0.52 | 0.56 |
| Hex | 74 | 55 | C9 | 2A | 3A | 0 | 15 | 100 | 34 | 38 |
| Octal | 164 | 125 | 311 | 52 | 72 | 0 | 25 | 400 | 64 | 70 |
| Binary | 1110100 | 1010101 | 11001001 | 101010 | 111010 | 0 | 10101 | 100000000 | 110100 | 111000 |
Color Harmonies of #7455C9
Complementary color
Monochromatic Colors of #7455C9
Black with #7455C9
Text Example
Text Example
White with #7455C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7455C9; }
p { color: rgb(116,85,201); }
H1.HeaderClassName
{
color: #7455C9;
}
.AnyTagClassName
{
color: #7455C9;
}
</style>
background-color css
<style>
a { background-color: #7455C9; }
a { background-color: rgb(116,85,201); }
div.DivClassName
{
background-color: #7455C9;
}
.BgClassName
{
background-color: #7455C9;
}
</style>
border-color css
<style>
span { border-color: #7455C9; }
span { border-color: rgb(116,85,201); }
td.TdClassName
{
border-color: #7455C9;
}
.TagClassName
{
border-color: #7455C9;
}
</style>