Shades of Light Slate Blue #7568FE
Tints of Light Slate Blue #7568FE
RGB
CMYK
RGB Variations
Color information
#7568FE (or 0x7568FE) is known color: Light Slate Blue. HEX triplet: 75, 68 and FE. RGB value is (117,104,254). Sum of RGB (Red+Green+Blue) = 117+104+254=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #7568FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7568FE is #8A9701. Grayscale: #7C7C7C. Windows color (decimal): -9082626 or 16672885. OLE color: 16672885.
HSL color Cylindrical-coordinate representation of color #7568FE: hue angle of 245.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7568FE is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 104 | 254 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.00 |
| HSL | 245.2º | 0.99% | 0.7% | - |
| HSV(B) | 245.2º | 0.59% | 1% | - |
| XYZ | 30.18 | 20.84 | 96.2 | - |
| YUV | 124.99 | 200.81 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 254 | 0.54 | 0.59 | 0 | 0.00 | 245.2 | 0.99 | 0.7 |
| Hex | 75 | 68 | FE | 36 | 3B | 0 | 0 | F5 | 63 | 46 |
| Octal | 165 | 150 | 376 | 66 | 73 | 0 | 0 | 365 | 143 | 106 |
| Binary | 1110101 | 1101000 | 11111110 | 110110 | 111011 | 0 | 0 | 11110101 | 1100011 | 1000110 |
Color Harmonies of #7568FE
Complementary color
Monochromatic Colors of #7568FE
Black with #7568FE
Text Example
Text Example
White with #7568FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568FE; }
p { color: rgb(117,104,254); }
H1.HeaderClassName
{
color: #7568FE;
}
.AnyTagClassName
{
color: #7568FE;
}
</style>
background-color css
<style>
a { background-color: #7568FE; }
a { background-color: rgb(117,104,254); }
div.DivClassName
{
background-color: #7568FE;
}
.BgClassName
{
background-color: #7568FE;
}
</style>
border-color css
<style>
span { border-color: #7568FE; }
span { border-color: rgb(117,104,254); }
td.TdClassName
{
border-color: #7568FE;
}
.TagClassName
{
border-color: #7568FE;
}
</style>