Shades of Light Slate Blue #756EFC
Tints of Light Slate Blue #756EFC
RGB
CMYK
RGB Variations
Color information
#756EFC (or 0x756EFC) is known color: Light Slate Blue. HEX triplet: 75, 6E and FC. RGB value is (117,110,252). Sum of RGB (Red+Green+Blue) = 117+110+252=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #756EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756EFC is #8A9103. Grayscale: #7F7F7F. Windows color (decimal): -9081092 or 16543349. OLE color: 16543349.
HSL color Cylindrical-coordinate representation of color #756EFC: hue angle of 242.96º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756EFC is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 110 | 252 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.01 |
| HSL | 242.96º | 0.96% | 0.71% | - |
| HSV(B) | 242.96º | 0.56% | 0.99% | - |
| XYZ | 30.48 | 21.96 | 94.73 | - |
| YUV | 128.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 252 | 0.54 | 0.56 | 0 | 0.01 | 242.96 | 0.96 | 0.71 |
| Hex | 75 | 6E | FC | 36 | 38 | 0 | 1 | F3 | 60 | 47 |
| Octal | 165 | 156 | 374 | 66 | 70 | 0 | 1 | 363 | 140 | 107 |
| Binary | 1110101 | 1101110 | 11111100 | 110110 | 111000 | 0 | 1 | 11110011 | 1100000 | 1000111 |
Color Harmonies of #756EFC
Complementary color
Monochromatic Colors of #756EFC
Black with #756EFC
Text Example
Text Example
White with #756EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EFC; }
p { color: rgb(117,110,252); }
H1.HeaderClassName
{
color: #756EFC;
}
.AnyTagClassName
{
color: #756EFC;
}
</style>
background-color css
<style>
a { background-color: #756EFC; }
a { background-color: rgb(117,110,252); }
div.DivClassName
{
background-color: #756EFC;
}
.BgClassName
{
background-color: #756EFC;
}
</style>
border-color css
<style>
span { border-color: #756EFC; }
span { border-color: rgb(117,110,252); }
td.TdClassName
{
border-color: #756EFC;
}
.TagClassName
{
border-color: #756EFC;
}
</style>