Shades of Light Slate Blue #756BFF
Tints of Light Slate Blue #756BFF
RGB
CMYK
RGB Variations
Color information
#756BFF (or 0x756BFF) is known color: Light Slate Blue. HEX triplet: 75, 6B and FF. RGB value is (117,107,255). Sum of RGB (Red+Green+Blue) = 117+107+255=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #756BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756BFF is #8A9400. Grayscale: #7E7E7E. Windows color (decimal): -9081857 or 16739189. OLE color: 16739189.
HSL color Cylindrical-coordinate representation of color #756BFF: hue angle of 244.05º 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 #756BFF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 107 | 255 | - |
| CMYK | 0.54 | 0.58 | 0 | 0 |
| HSL | 244.05º | 1% | 0.71% | - |
| HSV(B) | 244.05º | 0.58% | 1% | - |
| XYZ | 30.64 | 21.52 | 97.15 | - |
| YUV | 126.86 | 200.31 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 255 | 0.54 | 0.58 | 0 | 0 | 244.05 | 1 | 0.71 |
| Hex | 75 | 6B | FF | 36 | 3A | 0 | 0 | F4 | 64 | 47 |
| Octal | 165 | 153 | 377 | 66 | 72 | 0 | 0 | 364 | 144 | 107 |
| Binary | 1110101 | 1101011 | 11111111 | 110110 | 111010 | 0 | 0 | 11110100 | 1100100 | 1000111 |
Color Harmonies of #756BFF
Complementary color
Monochromatic Colors of #756BFF
Black with #756BFF
Text Example
Text Example
White with #756BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BFF; }
p { color: rgb(117,107,255); }
H1.HeaderClassName
{
color: #756BFF;
}
.AnyTagClassName
{
color: #756BFF;
}
</style>
background-color css
<style>
a { background-color: #756BFF; }
a { background-color: rgb(117,107,255); }
div.DivClassName
{
background-color: #756BFF;
}
.BgClassName
{
background-color: #756BFF;
}
</style>
border-color css
<style>
span { border-color: #756BFF; }
span { border-color: rgb(117,107,255); }
td.TdClassName
{
border-color: #756BFF;
}
.TagClassName
{
border-color: #756BFF;
}
</style>