Shades of Slate Blue #735BDF
Tints of Slate Blue #735BDF
RGB
CMYK
RGB Variations
Color information
#735BDF (or 0x735BDF) is known color: Slate Blue. HEX triplet: 73, 5B and DF. RGB value is (115,91,223). Sum of RGB (Red+Green+Blue) = 115+91+223=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #735BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BDF is #8CA420. Grayscale: #707070. Windows color (decimal): -9217057 or 14637939. OLE color: 14637939.
HSL color Cylindrical-coordinate representation of color #735BDF: hue angle of 250.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #735BDF is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 91 | 223 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.13 |
| HSL | 250.91º | 0.67% | 0.62% | - |
| HSV(B) | 250.91º | 0.59% | 0.87% | - |
| XYZ | 24.13 | 16.45 | 71.72 | - |
| YUV | 113.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 223 | 0.48 | 0.59 | 0 | 0.13 | 250.91 | 0.67 | 0.62 |
| Hex | 73 | 5B | DF | 30 | 3B | 0 | D | FB | 43 | 3E |
| Octal | 163 | 133 | 337 | 60 | 73 | 0 | 15 | 373 | 103 | 76 |
| Binary | 1110011 | 1011011 | 11011111 | 110000 | 111011 | 0 | 1101 | 11111011 | 1000011 | 111110 |
Color Harmonies of #735BDF
Complementary color
Monochromatic Colors of #735BDF
Black with #735BDF
Text Example
Text Example
White with #735BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735BDF; }
p { color: rgb(115,91,223); }
H1.HeaderClassName
{
color: #735BDF;
}
.AnyTagClassName
{
color: #735BDF;
}
</style>
background-color css
<style>
a { background-color: #735BDF; }
a { background-color: rgb(115,91,223); }
div.DivClassName
{
background-color: #735BDF;
}
.BgClassName
{
background-color: #735BDF;
}
</style>
border-color css
<style>
span { border-color: #735BDF; }
span { border-color: rgb(115,91,223); }
td.TdClassName
{
border-color: #735BDF;
}
.TagClassName
{
border-color: #735BDF;
}
</style>