Shades of Light Slate Blue #756CFF
Tints of Light Slate Blue #756CFF
RGB
CMYK
RGB Variations
Color information
#756CFF (or 0x756CFF) is known color: Light Slate Blue. HEX triplet: 75, 6C and FF. RGB value is (117,108,255). Sum of RGB (Red+Green+Blue) = 117+108+255=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #756CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CFF is #8A9300. Grayscale: #7E7E7E. Windows color (decimal): -9081601 or 16739445. OLE color: 16739445.
HSL color Cylindrical-coordinate representation of color #756CFF: hue angle of 243.67º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #756CFF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 108 | 255 | - |
| CMYK | 0.54 | 0.58 | 0 | 0 |
| HSL | 243.67º | 1% | 0.71% | - |
| HSV(B) | 243.67º | 0.58% | 1% | - |
| XYZ | 30.75 | 21.73 | 97.18 | - |
| YUV | 127.45 | 199.98 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 255 | 0.54 | 0.58 | 0 | 0 | 243.67 | 1 | 0.71 |
| Hex | 75 | 6C | FF | 36 | 3A | 0 | 0 | F4 | 64 | 47 |
| Octal | 165 | 154 | 377 | 66 | 72 | 0 | 0 | 364 | 144 | 107 |
| Binary | 1110101 | 1101100 | 11111111 | 110110 | 111010 | 0 | 0 | 11110100 | 1100100 | 1000111 |
Color Harmonies of #756CFF
Complementary color
Monochromatic Colors of #756CFF
Black with #756CFF
Text Example
Text Example
White with #756CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CFF; }
p { color: rgb(117,108,255); }
H1.HeaderClassName
{
color: #756CFF;
}
.AnyTagClassName
{
color: #756CFF;
}
</style>
background-color css
<style>
a { background-color: #756CFF; }
a { background-color: rgb(117,108,255); }
div.DivClassName
{
background-color: #756CFF;
}
.BgClassName
{
background-color: #756CFF;
}
</style>
border-color css
<style>
span { border-color: #756CFF; }
span { border-color: rgb(117,108,255); }
td.TdClassName
{
border-color: #756CFF;
}
.TagClassName
{
border-color: #756CFF;
}
</style>