Shades of Slate Blue #7450CC
Tints of Slate Blue #7450CC
RGB
CMYK
RGB Variations
Color information
#7450CC (or 0x7450CC) is known color: Slate Blue. HEX triplet: 74, 50 and CC. RGB value is (116,80,204). Sum of RGB (Red+Green+Blue) = 116+80+204=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #7450CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7450CC is #8BAF33. Grayscale: #686868. Windows color (decimal): -9154356 or 13389940. OLE color: 13389940.
HSL color Cylindrical-coordinate representation of color #7450CC: hue angle of 257.42º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7450CC is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 80 | 204 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.2 |
| HSL | 257.42º | 0.55% | 0.56% | - |
| HSV(B) | 257.42º | 0.61% | 0.8% | - |
| XYZ | 20.97 | 13.81 | 58.69 | - |
| YUV | 104.9 | 183.93 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 204 | 0.43 | 0.61 | 0 | 0.2 | 257.42 | 0.55 | 0.56 |
| Hex | 74 | 50 | CC | 2B | 3D | 0 | 14 | 101 | 37 | 38 |
| Octal | 164 | 120 | 314 | 53 | 75 | 0 | 24 | 401 | 67 | 70 |
| Binary | 1110100 | 1010000 | 11001100 | 101011 | 111101 | 0 | 10100 | 100000001 | 110111 | 111000 |
Color Harmonies of #7450CC
Complementary color
Monochromatic Colors of #7450CC
Black with #7450CC
Text Example
Text Example
White with #7450CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7450CC; }
p { color: rgb(116,80,204); }
H1.HeaderClassName
{
color: #7450CC;
}
.AnyTagClassName
{
color: #7450CC;
}
</style>
background-color css
<style>
a { background-color: #7450CC; }
a { background-color: rgb(116,80,204); }
div.DivClassName
{
background-color: #7450CC;
}
.BgClassName
{
background-color: #7450CC;
}
</style>
border-color css
<style>
span { border-color: #7450CC; }
span { border-color: rgb(116,80,204); }
td.TdClassName
{
border-color: #7450CC;
}
.TagClassName
{
border-color: #7450CC;
}
</style>