Shades of Slate Blue #7455DF
Tints of Slate Blue #7455DF
RGB
CMYK
RGB Variations
Color information
#7455DF (or 0x7455DF) is known color: Slate Blue. HEX triplet: 74, 55 and DF. RGB value is (116,85,223). Sum of RGB (Red+Green+Blue) = 116+85+223=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #7455DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7455DF is #8BAA20. Grayscale: #6D6D6D. Windows color (decimal): -9153057 or 14636404. OLE color: 14636404.
HSL color Cylindrical-coordinate representation of color #7455DF: hue angle of 253.48º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7455DF is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 85 | 223 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.13 |
| HSL | 253.48º | 0.68% | 0.6% | - |
| HSV(B) | 253.48º | 0.62% | 0.87% | - |
| XYZ | 23.77 | 15.54 | 71.56 | - |
| YUV | 110 | 191.77 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 223 | 0.48 | 0.62 | 0 | 0.13 | 253.48 | 0.68 | 0.6 |
| Hex | 74 | 55 | DF | 30 | 3E | 0 | D | FD | 44 | 3C |
| Octal | 164 | 125 | 337 | 60 | 76 | 0 | 15 | 375 | 104 | 74 |
| Binary | 1110100 | 1010101 | 11011111 | 110000 | 111110 | 0 | 1101 | 11111101 | 1000100 | 111100 |
Color Harmonies of #7455DF
Complementary color
Monochromatic Colors of #7455DF
Black with #7455DF
Text Example
Text Example
White with #7455DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7455DF; }
p { color: rgb(116,85,223); }
H1.HeaderClassName
{
color: #7455DF;
}
.AnyTagClassName
{
color: #7455DF;
}
</style>
background-color css
<style>
a { background-color: #7455DF; }
a { background-color: rgb(116,85,223); }
div.DivClassName
{
background-color: #7455DF;
}
.BgClassName
{
background-color: #7455DF;
}
</style>
border-color css
<style>
span { border-color: #7455DF; }
span { border-color: rgb(116,85,223); }
td.TdClassName
{
border-color: #7455DF;
}
.TagClassName
{
border-color: #7455DF;
}
</style>