Shades of Slate Blue #7450CE
Tints of Slate Blue #7450CE
RGB
CMYK
RGB Variations
Color information
#7450CE (or 0x7450CE) is known color: Slate Blue. HEX triplet: 74, 50 and CE. RGB value is (116,80,206). Sum of RGB (Red+Green+Blue) = 116+80+206=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #7450CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7450CE is #8BAF31. Grayscale: #686868. Windows color (decimal): -9154354 or 13521012. OLE color: 13521012.
HSL color Cylindrical-coordinate representation of color #7450CE: hue angle of 257.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7450CE is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 80 | 206 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.19 |
| HSL | 257.14º | 0.56% | 0.56% | - |
| HSV(B) | 257.14º | 0.61% | 0.81% | - |
| XYZ | 21.21 | 13.91 | 59.96 | - |
| YUV | 105.13 | 184.93 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 206 | 0.44 | 0.61 | 0 | 0.19 | 257.14 | 0.56 | 0.56 |
| Hex | 74 | 50 | CE | 2C | 3D | 0 | 13 | 101 | 38 | 38 |
| Octal | 164 | 120 | 316 | 54 | 75 | 0 | 23 | 401 | 70 | 70 |
| Binary | 1110100 | 1010000 | 11001110 | 101100 | 111101 | 0 | 10011 | 100000001 | 111000 | 111000 |
Color Harmonies of #7450CE
Complementary color
Monochromatic Colors of #7450CE
Black with #7450CE
Text Example
Text Example
White with #7450CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7450CE; }
p { color: rgb(116,80,206); }
H1.HeaderClassName
{
color: #7450CE;
}
.AnyTagClassName
{
color: #7450CE;
}
</style>
background-color css
<style>
a { background-color: #7450CE; }
a { background-color: rgb(116,80,206); }
div.DivClassName
{
background-color: #7450CE;
}
.BgClassName
{
background-color: #7450CE;
}
</style>
border-color css
<style>
span { border-color: #7450CE; }
span { border-color: rgb(116,80,206); }
td.TdClassName
{
border-color: #7450CE;
}
.TagClassName
{
border-color: #7450CE;
}
</style>