Shades of Slate Blue #735FDB
Tints of Slate Blue #735FDB
RGB
CMYK
RGB Variations
Color information
#735FDB (or 0x735FDB) is known color: Slate Blue. HEX triplet: 73, 5F and DB. RGB value is (115,95,219). Sum of RGB (Red+Green+Blue) = 115+95+219=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #735FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FDB is #8CA024. Grayscale: #727272. Windows color (decimal): -9216037 or 14376819. OLE color: 14376819.
HSL color Cylindrical-coordinate representation of color #735FDB: hue angle of 249.68º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735FDB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 95 | 219 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.14 |
| HSL | 249.68º | 0.63% | 0.62% | - |
| HSV(B) | 249.68º | 0.57% | 0.86% | - |
| XYZ | 23.95 | 16.94 | 69.03 | - |
| YUV | 115.12 | 186.63 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 219 | 0.47 | 0.57 | 0 | 0.14 | 249.68 | 0.63 | 0.62 |
| Hex | 73 | 5F | DB | 2F | 39 | 0 | E | FA | 3F | 3E |
| Octal | 163 | 137 | 333 | 57 | 71 | 0 | 16 | 372 | 77 | 76 |
| Binary | 1110011 | 1011111 | 11011011 | 101111 | 111001 | 0 | 1110 | 11111010 | 111111 | 111110 |
Color Harmonies of #735FDB
Complementary color
Monochromatic Colors of #735FDB
Black with #735FDB
Text Example
Text Example
White with #735FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FDB; }
p { color: rgb(115,95,219); }
H1.HeaderClassName
{
color: #735FDB;
}
.AnyTagClassName
{
color: #735FDB;
}
</style>
background-color css
<style>
a { background-color: #735FDB; }
a { background-color: rgb(115,95,219); }
div.DivClassName
{
background-color: #735FDB;
}
.BgClassName
{
background-color: #735FDB;
}
</style>
border-color css
<style>
span { border-color: #735FDB; }
span { border-color: rgb(115,95,219); }
td.TdClassName
{
border-color: #735FDB;
}
.TagClassName
{
border-color: #735FDB;
}
</style>