Shades of Slate Blue #7468C0
Tints of Slate Blue #7468C0
RGB
CMYK
RGB Variations
Color information
#7468C0 (or 0x7468C0) is known color: Slate Blue. HEX triplet: 74, 68 and C0. RGB value is (116,104,192). Sum of RGB (Red+Green+Blue) = 116+104+192=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #7468C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7468C0 is #8B973F. Grayscale: #757575. Windows color (decimal): -9148224 or 12609652. OLE color: 12609652.
HSL color Cylindrical-coordinate representation of color #7468C0: hue angle of 248.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7468C0 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 104 | 192 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.25 |
| HSL | 248.18º | 0.41% | 0.58% | - |
| HSV(B) | 248.18º | 0.46% | 0.75% | - |
| XYZ | 21.67 | 17.42 | 52.09 | - |
| YUV | 117.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 192 | 0.40 | 0.46 | 0 | 0.25 | 248.18 | 0.41 | 0.58 |
| Hex | 74 | 68 | C0 | 28 | 2E | 0 | 19 | F8 | 29 | 3A |
| Octal | 164 | 150 | 300 | 50 | 56 | 0 | 31 | 370 | 51 | 72 |
| Binary | 1110100 | 1101000 | 11000000 | 101000 | 101110 | 0 | 11001 | 11111000 | 101001 | 111010 |
Color Harmonies of #7468C0
Complementary color
Monochromatic Colors of #7468C0
Black with #7468C0
Text Example
Text Example
White with #7468C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7468C0; }
p { color: rgb(116,104,192); }
H1.HeaderClassName
{
color: #7468C0;
}
.AnyTagClassName
{
color: #7468C0;
}
</style>
background-color css
<style>
a { background-color: #7468C0; }
a { background-color: rgb(116,104,192); }
div.DivClassName
{
background-color: #7468C0;
}
.BgClassName
{
background-color: #7468C0;
}
</style>
border-color css
<style>
span { border-color: #7468C0; }
span { border-color: rgb(116,104,192); }
td.TdClassName
{
border-color: #7468C0;
}
.TagClassName
{
border-color: #7468C0;
}
</style>