Shades of Slate Blue #735FD0
Tints of Slate Blue #735FD0
RGB
CMYK
RGB Variations
Color information
#735FD0 (or 0x735FD0) is known color: Slate Blue. HEX triplet: 73, 5F and D0. RGB value is (115,95,208). Sum of RGB (Red+Green+Blue) = 115+95+208=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #735FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FD0 is #8CA02F. Grayscale: #717171. Windows color (decimal): -9216048 or 13655923. OLE color: 13655923.
HSL color Cylindrical-coordinate representation of color #735FD0: hue angle of 250.62º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #735FD0 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 95 | 208 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.18 |
| HSL | 250.62º | 0.55% | 0.59% | - |
| HSV(B) | 250.62º | 0.54% | 0.82% | - |
| XYZ | 22.55 | 16.38 | 61.65 | - |
| YUV | 113.86 | 181.13 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 208 | 0.45 | 0.54 | 0 | 0.18 | 250.62 | 0.55 | 0.59 |
| Hex | 73 | 5F | D0 | 2D | 36 | 0 | 12 | FB | 37 | 3B |
| Octal | 163 | 137 | 320 | 55 | 66 | 0 | 22 | 373 | 67 | 73 |
| Binary | 1110011 | 1011111 | 11010000 | 101101 | 110110 | 0 | 10010 | 11111011 | 110111 | 111011 |
Color Harmonies of #735FD0
Complementary color
Monochromatic Colors of #735FD0
Black with #735FD0
Text Example
Text Example
White with #735FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FD0; }
p { color: rgb(115,95,208); }
H1.HeaderClassName
{
color: #735FD0;
}
.AnyTagClassName
{
color: #735FD0;
}
</style>
background-color css
<style>
a { background-color: #735FD0; }
a { background-color: rgb(115,95,208); }
div.DivClassName
{
background-color: #735FD0;
}
.BgClassName
{
background-color: #735FD0;
}
</style>
border-color css
<style>
span { border-color: #735FD0; }
span { border-color: rgb(115,95,208); }
td.TdClassName
{
border-color: #735FD0;
}
.TagClassName
{
border-color: #735FD0;
}
</style>