Shades of Slate Blue #735FDC
Tints of Slate Blue #735FDC
RGB
CMYK
RGB Variations
Color information
#735FDC (or 0x735FDC) is known color: Slate Blue. HEX triplet: 73, 5F and DC. RGB value is (115,95,220). Sum of RGB (Red+Green+Blue) = 115+95+220=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #735FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FDC is #8CA023. Grayscale: #727272. Windows color (decimal): -9216036 or 14442355. OLE color: 14442355.
HSL color Cylindrical-coordinate representation of color #735FDC: hue angle of 249.6º degrees, saturation: 0.64, 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 #735FDC is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 95 | 220 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.14 |
| HSL | 249.6º | 0.64% | 0.62% | - |
| HSV(B) | 249.6º | 0.57% | 0.86% | - |
| XYZ | 24.08 | 17 | 69.72 | - |
| YUV | 115.23 | 187.13 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 220 | 0.48 | 0.57 | 0 | 0.14 | 249.6 | 0.64 | 0.62 |
| Hex | 73 | 5F | DC | 30 | 39 | 0 | E | FA | 40 | 3E |
| Octal | 163 | 137 | 334 | 60 | 71 | 0 | 16 | 372 | 100 | 76 |
| Binary | 1110011 | 1011111 | 11011100 | 110000 | 111001 | 0 | 1110 | 11111010 | 1000000 | 111110 |
Color Harmonies of #735FDC
Complementary color
Monochromatic Colors of #735FDC
Black with #735FDC
Text Example
Text Example
White with #735FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FDC; }
p { color: rgb(115,95,220); }
H1.HeaderClassName
{
color: #735FDC;
}
.AnyTagClassName
{
color: #735FDC;
}
</style>
background-color css
<style>
a { background-color: #735FDC; }
a { background-color: rgb(115,95,220); }
div.DivClassName
{
background-color: #735FDC;
}
.BgClassName
{
background-color: #735FDC;
}
</style>
border-color css
<style>
span { border-color: #735FDC; }
span { border-color: rgb(115,95,220); }
td.TdClassName
{
border-color: #735FDC;
}
.TagClassName
{
border-color: #735FDC;
}
</style>