Shades of Slate Blue #7355DC
Tints of Slate Blue #7355DC
RGB
CMYK
RGB Variations
Color information
#7355DC (or 0x7355DC) is known color: Slate Blue. HEX triplet: 73, 55 and DC. RGB value is (115,85,220). Sum of RGB (Red+Green+Blue) = 115+85+220=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #7355DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355DC is #8CAA23. Grayscale: #6C6C6C. Windows color (decimal): -9218596 or 14439795. OLE color: 14439795.
HSL color Cylindrical-coordinate representation of color #7355DC: hue angle of 253.33º 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 #7355DC is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 85 | 220 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.14 |
| HSL | 253.33º | 0.66% | 0.6% | - |
| HSV(B) | 253.33º | 0.61% | 0.86% | - |
| XYZ | 23.24 | 15.31 | 69.44 | - |
| YUV | 109.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 220 | 0.48 | 0.61 | 0 | 0.14 | 253.33 | 0.66 | 0.6 |
| Hex | 73 | 55 | DC | 30 | 3D | 0 | E | FD | 42 | 3C |
| Octal | 163 | 125 | 334 | 60 | 75 | 0 | 16 | 375 | 102 | 74 |
| Binary | 1110011 | 1010101 | 11011100 | 110000 | 111101 | 0 | 1110 | 11111101 | 1000010 | 111100 |
Color Harmonies of #7355DC
Complementary color
Monochromatic Colors of #7355DC
Black with #7355DC
Text Example
Text Example
White with #7355DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355DC; }
p { color: rgb(115,85,220); }
H1.HeaderClassName
{
color: #7355DC;
}
.AnyTagClassName
{
color: #7355DC;
}
</style>
background-color css
<style>
a { background-color: #7355DC; }
a { background-color: rgb(115,85,220); }
div.DivClassName
{
background-color: #7355DC;
}
.BgClassName
{
background-color: #7355DC;
}
</style>
border-color css
<style>
span { border-color: #7355DC; }
span { border-color: rgb(115,85,220); }
td.TdClassName
{
border-color: #7355DC;
}
.TagClassName
{
border-color: #7355DC;
}
</style>