Shades of Slate Blue #735ADF
Tints of Slate Blue #735ADF
RGB
CMYK
RGB Variations
Color information
#735ADF (or 0x735ADF) is known color: Slate Blue. HEX triplet: 73, 5A and DF. RGB value is (115,90,223). Sum of RGB (Red+Green+Blue) = 115+90+223=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #735ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ADF is #8CA520. Grayscale: #707070. Windows color (decimal): -9217313 or 14637683. OLE color: 14637683.
HSL color Cylindrical-coordinate representation of color #735ADF: hue angle of 251.28º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #735ADF is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 90 | 223 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.13 |
| HSL | 251.28º | 0.68% | 0.61% | - |
| HSV(B) | 251.28º | 0.6% | 0.87% | - |
| XYZ | 24.05 | 16.28 | 71.69 | - |
| YUV | 112.64 | 190.28 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 223 | 0.48 | 0.60 | 0 | 0.13 | 251.28 | 0.68 | 0.61 |
| Hex | 73 | 5A | DF | 30 | 3C | 0 | D | FB | 44 | 3D |
| Octal | 163 | 132 | 337 | 60 | 74 | 0 | 15 | 373 | 104 | 75 |
| Binary | 1110011 | 1011010 | 11011111 | 110000 | 111100 | 0 | 1101 | 11111011 | 1000100 | 111101 |
Color Harmonies of #735ADF
Complementary color
Monochromatic Colors of #735ADF
Black with #735ADF
Text Example
Text Example
White with #735ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735ADF; }
p { color: rgb(115,90,223); }
H1.HeaderClassName
{
color: #735ADF;
}
.AnyTagClassName
{
color: #735ADF;
}
</style>
background-color css
<style>
a { background-color: #735ADF; }
a { background-color: rgb(115,90,223); }
div.DivClassName
{
background-color: #735ADF;
}
.BgClassName
{
background-color: #735ADF;
}
</style>
border-color css
<style>
span { border-color: #735ADF; }
span { border-color: rgb(115,90,223); }
td.TdClassName
{
border-color: #735ADF;
}
.TagClassName
{
border-color: #735ADF;
}
</style>