Shades of Light Slate Blue #7568FF
Tints of Light Slate Blue #7568FF
RGB
CMYK
RGB Variations
Color information
#7568FF (or 0x7568FF) is known color: Light Slate Blue. HEX triplet: 75, 68 and FF. RGB value is (117,104,255). Sum of RGB (Red+Green+Blue) = 117+104+255=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #7568FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7568FF is #8A9700. Grayscale: #7C7C7C. Windows color (decimal): -9082625 or 16738421. OLE color: 16738421.
HSL color Cylindrical-coordinate representation of color #7568FF: hue angle of 245.17º 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 #7568FF is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 104 | 255 | - |
| CMYK | 0.54 | 0.59 | 0 | 0 |
| HSL | 245.17º | 1% | 0.7% | - |
| HSV(B) | 245.17º | 0.59% | 1% | - |
| XYZ | 30.34 | 20.9 | 97.04 | - |
| YUV | 125.1 | 201.31 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 255 | 0.54 | 0.59 | 0 | 0 | 245.17 | 1 | 0.7 |
| Hex | 75 | 68 | FF | 36 | 3B | 0 | 0 | F5 | 64 | 46 |
| Octal | 165 | 150 | 377 | 66 | 73 | 0 | 0 | 365 | 144 | 106 |
| Binary | 1110101 | 1101000 | 11111111 | 110110 | 111011 | 0 | 0 | 11110101 | 1100100 | 1000110 |
Color Harmonies of #7568FF
Complementary color
Monochromatic Colors of #7568FF
Black with #7568FF
Text Example
Text Example
White with #7568FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568FF; }
p { color: rgb(117,104,255); }
H1.HeaderClassName
{
color: #7568FF;
}
.AnyTagClassName
{
color: #7568FF;
}
</style>
background-color css
<style>
a { background-color: #7568FF; }
a { background-color: rgb(117,104,255); }
div.DivClassName
{
background-color: #7568FF;
}
.BgClassName
{
background-color: #7568FF;
}
</style>
border-color css
<style>
span { border-color: #7568FF; }
span { border-color: rgb(117,104,255); }
td.TdClassName
{
border-color: #7568FF;
}
.TagClassName
{
border-color: #7568FF;
}
</style>