Shades of Light Slate Blue #756EFF
Tints of Light Slate Blue #756EFF
RGB
CMYK
RGB Variations
Color information
#756EFF (or 0x756EFF) is known color: Light Slate Blue. HEX triplet: 75, 6E and FF. RGB value is (117,110,255). Sum of RGB (Red+Green+Blue) = 117+110+255=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #756EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756EFF is #8A9100. Grayscale: #808080. Windows color (decimal): -9081089 or 16739957. OLE color: 16739957.
HSL color Cylindrical-coordinate representation of color #756EFF: hue angle of 242.9º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #756EFF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 110 | 255 | - |
| CMYK | 0.54 | 0.57 | 0 | 0 |
| HSL | 242.9º | 1% | 0.72% | - |
| HSV(B) | 242.9º | 0.57% | 1% | - |
| XYZ | 30.96 | 22.15 | 97.25 | - |
| YUV | 128.62 | 199.32 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 255 | 0.54 | 0.57 | 0 | 0 | 242.9 | 1 | 0.72 |
| Hex | 75 | 6E | FF | 36 | 39 | 0 | 0 | F3 | 64 | 48 |
| Octal | 165 | 156 | 377 | 66 | 71 | 0 | 0 | 363 | 144 | 110 |
| Binary | 1110101 | 1101110 | 11111111 | 110110 | 111001 | 0 | 0 | 11110011 | 1100100 | 1001000 |
Color Harmonies of #756EFF
Complementary color
Monochromatic Colors of #756EFF
Black with #756EFF
Text Example
Text Example
White with #756EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EFF; }
p { color: rgb(117,110,255); }
H1.HeaderClassName
{
color: #756EFF;
}
.AnyTagClassName
{
color: #756EFF;
}
</style>
background-color css
<style>
a { background-color: #756EFF; }
a { background-color: rgb(117,110,255); }
div.DivClassName
{
background-color: #756EFF;
}
.BgClassName
{
background-color: #756EFF;
}
</style>
border-color css
<style>
span { border-color: #756EFF; }
span { border-color: rgb(117,110,255); }
td.TdClassName
{
border-color: #756EFF;
}
.TagClassName
{
border-color: #756EFF;
}
</style>