Shades of Slate Blue #735CDA
Tints of Slate Blue #735CDA
RGB
CMYK
RGB Variations
Color information
#735CDA (or 0x735CDA) is known color: Slate Blue. HEX triplet: 73, 5C and DA. RGB value is (115,92,218). Sum of RGB (Red+Green+Blue) = 115+92+218=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #735CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CDA is #8CA325. Grayscale: #707070. Windows color (decimal): -9216806 or 14310515. OLE color: 14310515.
HSL color Cylindrical-coordinate representation of color #735CDA: hue angle of 250.95º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #735CDA is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 92 | 218 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.15 |
| HSL | 250.95º | 0.63% | 0.61% | - |
| HSV(B) | 250.95º | 0.58% | 0.85% | - |
| XYZ | 23.55 | 16.36 | 68.25 | - |
| YUV | 113.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 218 | 0.47 | 0.58 | 0 | 0.15 | 250.95 | 0.63 | 0.61 |
| Hex | 73 | 5C | DA | 2F | 3A | 0 | F | FB | 3F | 3D |
| Octal | 163 | 134 | 332 | 57 | 72 | 0 | 17 | 373 | 77 | 75 |
| Binary | 1110011 | 1011100 | 11011010 | 101111 | 111010 | 0 | 1111 | 11111011 | 111111 | 111101 |
Color Harmonies of #735CDA
Complementary color
Monochromatic Colors of #735CDA
Black with #735CDA
Text Example
Text Example
White with #735CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CDA; }
p { color: rgb(115,92,218); }
H1.HeaderClassName
{
color: #735CDA;
}
.AnyTagClassName
{
color: #735CDA;
}
</style>
background-color css
<style>
a { background-color: #735CDA; }
a { background-color: rgb(115,92,218); }
div.DivClassName
{
background-color: #735CDA;
}
.BgClassName
{
background-color: #735CDA;
}
</style>
border-color css
<style>
span { border-color: #735CDA; }
span { border-color: rgb(115,92,218); }
td.TdClassName
{
border-color: #735CDA;
}
.TagClassName
{
border-color: #735CDA;
}
</style>