Shades of Slate Blue #735ADB
Tints of Slate Blue #735ADB
RGB
CMYK
RGB Variations
Color information
#735ADB (or 0x735ADB) is known color: Slate Blue. HEX triplet: 73, 5A and DB. RGB value is (115,90,219). Sum of RGB (Red+Green+Blue) = 115+90+219=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #735ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ADB is #8CA524. Grayscale: #6F6F6F. Windows color (decimal): -9217317 or 14375539. OLE color: 14375539.
HSL color Cylindrical-coordinate representation of color #735ADB: hue angle of 251.63º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #735ADB is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 90 | 219 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.14 |
| HSL | 251.63º | 0.64% | 0.61% | - |
| HSV(B) | 251.63º | 0.59% | 0.86% | - |
| XYZ | 23.51 | 16.07 | 68.88 | - |
| YUV | 112.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 219 | 0.47 | 0.59 | 0 | 0.14 | 251.63 | 0.64 | 0.61 |
| Hex | 73 | 5A | DB | 2F | 3B | 0 | E | FC | 40 | 3D |
| Octal | 163 | 132 | 333 | 57 | 73 | 0 | 16 | 374 | 100 | 75 |
| Binary | 1110011 | 1011010 | 11011011 | 101111 | 111011 | 0 | 1110 | 11111100 | 1000000 | 111101 |
Color Harmonies of #735ADB
Complementary color
Monochromatic Colors of #735ADB
Black with #735ADB
Text Example
Text Example
White with #735ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735ADB; }
p { color: rgb(115,90,219); }
H1.HeaderClassName
{
color: #735ADB;
}
.AnyTagClassName
{
color: #735ADB;
}
</style>
background-color css
<style>
a { background-color: #735ADB; }
a { background-color: rgb(115,90,219); }
div.DivClassName
{
background-color: #735ADB;
}
.BgClassName
{
background-color: #735ADB;
}
</style>
border-color css
<style>
span { border-color: #735ADB; }
span { border-color: rgb(115,90,219); }
td.TdClassName
{
border-color: #735ADB;
}
.TagClassName
{
border-color: #735ADB;
}
</style>