Shades of Slate Blue #7357DF
Tints of Slate Blue #7357DF
RGB
CMYK
RGB Variations
Color information
#7357DF (or 0x7357DF) is known color: Slate Blue. HEX triplet: 73, 57 and DF. RGB value is (115,87,223). Sum of RGB (Red+Green+Blue) = 115+87+223=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #7357DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357DF is #8CA820. Grayscale: #6E6E6E. Windows color (decimal): -9218081 or 14636915. OLE color: 14636915.
HSL color Cylindrical-coordinate representation of color #7357DF: hue angle of 252.35º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7357DF is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 87 | 223 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.13 |
| HSL | 252.35º | 0.68% | 0.61% | - |
| HSV(B) | 252.35º | 0.61% | 0.87% | - |
| XYZ | 23.8 | 15.79 | 71.61 | - |
| YUV | 110.88 | 191.28 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 223 | 0.48 | 0.61 | 0 | 0.13 | 252.35 | 0.68 | 0.61 |
| Hex | 73 | 57 | DF | 30 | 3D | 0 | D | FC | 44 | 3D |
| Octal | 163 | 127 | 337 | 60 | 75 | 0 | 15 | 374 | 104 | 75 |
| Binary | 1110011 | 1010111 | 11011111 | 110000 | 111101 | 0 | 1101 | 11111100 | 1000100 | 111101 |
Color Harmonies of #7357DF
Complementary color
Monochromatic Colors of #7357DF
Black with #7357DF
Text Example
Text Example
White with #7357DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7357DF; }
p { color: rgb(115,87,223); }
H1.HeaderClassName
{
color: #7357DF;
}
.AnyTagClassName
{
color: #7357DF;
}
</style>
background-color css
<style>
a { background-color: #7357DF; }
a { background-color: rgb(115,87,223); }
div.DivClassName
{
background-color: #7357DF;
}
.BgClassName
{
background-color: #7357DF;
}
</style>
border-color css
<style>
span { border-color: #7357DF; }
span { border-color: rgb(115,87,223); }
td.TdClassName
{
border-color: #7357DF;
}
.TagClassName
{
border-color: #7357DF;
}
</style>