Shades of Slate Blue #735FDA
Tints of Slate Blue #735FDA
RGB
CMYK
RGB Variations
Color information
#735FDA (or 0x735FDA) is known color: Slate Blue. HEX triplet: 73, 5F and DA. RGB value is (115,95,218). Sum of RGB (Red+Green+Blue) = 115+95+218=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #735FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FDA is #8CA025. Grayscale: #727272. Windows color (decimal): -9216038 or 14311283. OLE color: 14311283.
HSL color Cylindrical-coordinate representation of color #735FDA: hue angle of 249.76º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735FDA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 95 | 218 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.15 |
| HSL | 249.76º | 0.62% | 0.61% | - |
| HSV(B) | 249.76º | 0.56% | 0.85% | - |
| XYZ | 23.82 | 16.89 | 68.33 | - |
| YUV | 115 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 218 | 0.47 | 0.56 | 0 | 0.15 | 249.76 | 0.62 | 0.61 |
| Hex | 73 | 5F | DA | 2F | 38 | 0 | F | FA | 3E | 3D |
| Octal | 163 | 137 | 332 | 57 | 70 | 0 | 17 | 372 | 76 | 75 |
| Binary | 1110011 | 1011111 | 11011010 | 101111 | 111000 | 0 | 1111 | 11111010 | 111110 | 111101 |
Color Harmonies of #735FDA
Complementary color
Monochromatic Colors of #735FDA
Black with #735FDA
Text Example
Text Example
White with #735FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FDA; }
p { color: rgb(115,95,218); }
H1.HeaderClassName
{
color: #735FDA;
}
.AnyTagClassName
{
color: #735FDA;
}
</style>
background-color css
<style>
a { background-color: #735FDA; }
a { background-color: rgb(115,95,218); }
div.DivClassName
{
background-color: #735FDA;
}
.BgClassName
{
background-color: #735FDA;
}
</style>
border-color css
<style>
span { border-color: #735FDA; }
span { border-color: rgb(115,95,218); }
td.TdClassName
{
border-color: #735FDA;
}
.TagClassName
{
border-color: #735FDA;
}
</style>