Shades of Slate Blue #735ADC
Tints of Slate Blue #735ADC
RGB
CMYK
RGB Variations
Color information
#735ADC (or 0x735ADC) is known color: Slate Blue. HEX triplet: 73, 5A and DC. RGB value is (115,90,220). Sum of RGB (Red+Green+Blue) = 115+90+220=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #735ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ADC is #8CA523. Grayscale: #6F6F6F. Windows color (decimal): -9217316 or 14441075. OLE color: 14441075.
HSL color Cylindrical-coordinate representation of color #735ADC: hue angle of 251.54º degrees, saturation: 0.65, 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 #735ADC is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 90 | 220 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.14 |
| HSL | 251.54º | 0.65% | 0.61% | - |
| HSV(B) | 251.54º | 0.59% | 0.86% | - |
| XYZ | 23.64 | 16.12 | 69.58 | - |
| YUV | 112.3 | 188.78 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 220 | 0.48 | 0.59 | 0 | 0.14 | 251.54 | 0.65 | 0.61 |
| Hex | 73 | 5A | DC | 30 | 3B | 0 | E | FC | 41 | 3D |
| Octal | 163 | 132 | 334 | 60 | 73 | 0 | 16 | 374 | 101 | 75 |
| Binary | 1110011 | 1011010 | 11011100 | 110000 | 111011 | 0 | 1110 | 11111100 | 1000001 | 111101 |
Color Harmonies of #735ADC
Complementary color
Monochromatic Colors of #735ADC
Black with #735ADC
Text Example
Text Example
White with #735ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735ADC; }
p { color: rgb(115,90,220); }
H1.HeaderClassName
{
color: #735ADC;
}
.AnyTagClassName
{
color: #735ADC;
}
</style>
background-color css
<style>
a { background-color: #735ADC; }
a { background-color: rgb(115,90,220); }
div.DivClassName
{
background-color: #735ADC;
}
.BgClassName
{
background-color: #735ADC;
}
</style>
border-color css
<style>
span { border-color: #735ADC; }
span { border-color: rgb(115,90,220); }
td.TdClassName
{
border-color: #735ADC;
}
.TagClassName
{
border-color: #735ADC;
}
</style>