Shades of Slate Blue #735FC7
Tints of Slate Blue #735FC7
RGB
CMYK
RGB Variations
Color information
#735FC7 (or 0x735FC7) is known color: Slate Blue. HEX triplet: 73, 5F and C7. RGB value is (115,95,199). Sum of RGB (Red+Green+Blue) = 115+95+199=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #735FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FC7 is #8CA038. Grayscale: #707070. Windows color (decimal): -9216057 or 13066099. OLE color: 13066099.
HSL color Cylindrical-coordinate representation of color #735FC7: hue angle of 251.54º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #735FC7 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 95 | 199 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.22 |
| HSL | 251.54º | 0.48% | 0.58% | - |
| HSV(B) | 251.54º | 0.52% | 0.78% | - |
| XYZ | 21.47 | 15.95 | 55.98 | - |
| YUV | 112.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 199 | 0.42 | 0.52 | 0 | 0.22 | 251.54 | 0.48 | 0.58 |
| Hex | 73 | 5F | C7 | 2A | 34 | 0 | 16 | FC | 30 | 3A |
| Octal | 163 | 137 | 307 | 52 | 64 | 0 | 26 | 374 | 60 | 72 |
| Binary | 1110011 | 1011111 | 11000111 | 101010 | 110100 | 0 | 10110 | 11111100 | 110000 | 111010 |
Color Harmonies of #735FC7
Complementary color
Monochromatic Colors of #735FC7
Black with #735FC7
Text Example
Text Example
White with #735FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FC7; }
p { color: rgb(115,95,199); }
H1.HeaderClassName
{
color: #735FC7;
}
.AnyTagClassName
{
color: #735FC7;
}
</style>
background-color css
<style>
a { background-color: #735FC7; }
a { background-color: rgb(115,95,199); }
div.DivClassName
{
background-color: #735FC7;
}
.BgClassName
{
background-color: #735FC7;
}
</style>
border-color css
<style>
span { border-color: #735FC7; }
span { border-color: rgb(115,95,199); }
td.TdClassName
{
border-color: #735FC7;
}
.TagClassName
{
border-color: #735FC7;
}
</style>