Shades of Slate Blue #735DD2
Tints of Slate Blue #735DD2
RGB
CMYK
RGB Variations
Color information
#735DD2 (or 0x735DD2) is known color: Slate Blue. HEX triplet: 73, 5D and D2. RGB value is (115,93,210). Sum of RGB (Red+Green+Blue) = 115+93+210=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #735DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DD2 is #8CA22D. Grayscale: #707070. Windows color (decimal): -9216558 or 13786483. OLE color: 13786483.
HSL color Cylindrical-coordinate representation of color #735DD2: hue angle of 251.28º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735DD2 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 93 | 210 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.18 |
| HSL | 251.28º | 0.57% | 0.59% | - |
| HSV(B) | 251.28º | 0.56% | 0.82% | - |
| XYZ | 22.62 | 16.13 | 62.89 | - |
| YUV | 112.92 | 182.79 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 210 | 0.45 | 0.56 | 0 | 0.18 | 251.28 | 0.57 | 0.59 |
| Hex | 73 | 5D | D2 | 2D | 38 | 0 | 12 | FB | 39 | 3B |
| Octal | 163 | 135 | 322 | 55 | 70 | 0 | 22 | 373 | 71 | 73 |
| Binary | 1110011 | 1011101 | 11010010 | 101101 | 111000 | 0 | 10010 | 11111011 | 111001 | 111011 |
Color Harmonies of #735DD2
Complementary color
Monochromatic Colors of #735DD2
Black with #735DD2
Text Example
Text Example
White with #735DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DD2; }
p { color: rgb(115,93,210); }
H1.HeaderClassName
{
color: #735DD2;
}
.AnyTagClassName
{
color: #735DD2;
}
</style>
background-color css
<style>
a { background-color: #735DD2; }
a { background-color: rgb(115,93,210); }
div.DivClassName
{
background-color: #735DD2;
}
.BgClassName
{
background-color: #735DD2;
}
</style>
border-color css
<style>
span { border-color: #735DD2; }
span { border-color: rgb(115,93,210); }
td.TdClassName
{
border-color: #735DD2;
}
.TagClassName
{
border-color: #735DD2;
}
</style>