Shades of Light Slate Blue #7468FF
Tints of Light Slate Blue #7468FF
RGB
CMYK
RGB Variations
Color information
#7468FF (or 0x7468FF) is known color: Light Slate Blue. HEX triplet: 74, 68 and FF. RGB value is (116,104,255). Sum of RGB (Red+Green+Blue) = 116+104+255=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #7468FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7468FF is #8B9700. Grayscale: #7C7C7C. Windows color (decimal): -9148161 or 16738420. OLE color: 16738420.
HSL color Cylindrical-coordinate representation of color #7468FF: hue angle of 244.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7468FF is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 104 | 255 | - |
| CMYK | 0.55 | 0.59 | 0 | 0 |
| HSL | 244.77º | 1% | 0.7% | - |
| HSV(B) | 244.77º | 0.59% | 1% | - |
| XYZ | 30.2 | 20.83 | 97.04 | - |
| YUV | 124.8 | 201.48 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 255 | 0.55 | 0.59 | 0 | 0 | 244.77 | 1 | 0.7 |
| Hex | 74 | 68 | FF | 37 | 3B | 0 | 0 | F5 | 64 | 46 |
| Octal | 164 | 150 | 377 | 67 | 73 | 0 | 0 | 365 | 144 | 106 |
| Binary | 1110100 | 1101000 | 11111111 | 110111 | 111011 | 0 | 0 | 11110101 | 1100100 | 1000110 |
Color Harmonies of #7468FF
Complementary color
Monochromatic Colors of #7468FF
Black with #7468FF
Text Example
Text Example
White with #7468FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7468FF; }
p { color: rgb(116,104,255); }
H1.HeaderClassName
{
color: #7468FF;
}
.AnyTagClassName
{
color: #7468FF;
}
</style>
background-color css
<style>
a { background-color: #7468FF; }
a { background-color: rgb(116,104,255); }
div.DivClassName
{
background-color: #7468FF;
}
.BgClassName
{
background-color: #7468FF;
}
</style>
border-color css
<style>
span { border-color: #7468FF; }
span { border-color: rgb(116,104,255); }
td.TdClassName
{
border-color: #7468FF;
}
.TagClassName
{
border-color: #7468FF;
}
</style>