Shades of Slate Blue #7455DC
Tints of Slate Blue #7455DC
RGB
CMYK
RGB Variations
Color information
#7455DC (or 0x7455DC) is known color: Slate Blue. HEX triplet: 74, 55 and DC. RGB value is (116,85,220). Sum of RGB (Red+Green+Blue) = 116+85+220=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #7455DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7455DC is #8BAA23. Grayscale: #6D6D6D. Windows color (decimal): -9153060 or 14439796. OLE color: 14439796.
HSL color Cylindrical-coordinate representation of color #7455DC: hue angle of 253.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7455DC is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 85 | 220 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.14 |
| HSL | 253.78º | 0.66% | 0.6% | - |
| HSV(B) | 253.78º | 0.61% | 0.86% | - |
| XYZ | 23.37 | 15.38 | 69.45 | - |
| YUV | 109.66 | 190.27 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 220 | 0.47 | 0.61 | 0 | 0.14 | 253.78 | 0.66 | 0.6 |
| Hex | 74 | 55 | DC | 2F | 3D | 0 | E | FE | 42 | 3C |
| Octal | 164 | 125 | 334 | 57 | 75 | 0 | 16 | 376 | 102 | 74 |
| Binary | 1110100 | 1010101 | 11011100 | 101111 | 111101 | 0 | 1110 | 11111110 | 1000010 | 111100 |
Color Harmonies of #7455DC
Complementary color
Monochromatic Colors of #7455DC
Black with #7455DC
Text Example
Text Example
White with #7455DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7455DC; }
p { color: rgb(116,85,220); }
H1.HeaderClassName
{
color: #7455DC;
}
.AnyTagClassName
{
color: #7455DC;
}
</style>
background-color css
<style>
a { background-color: #7455DC; }
a { background-color: rgb(116,85,220); }
div.DivClassName
{
background-color: #7455DC;
}
.BgClassName
{
background-color: #7455DC;
}
</style>
border-color css
<style>
span { border-color: #7455DC; }
span { border-color: rgb(116,85,220); }
td.TdClassName
{
border-color: #7455DC;
}
.TagClassName
{
border-color: #7455DC;
}
</style>