Shades of Light Slate Blue #7875FF
Tints of Light Slate Blue #7875FF
RGB
CMYK
RGB Variations
Color information
#7875FF (or 0x7875FF) is known color: Light Slate Blue. HEX triplet: 78, 75 and FF. RGB value is (120,117,255). Sum of RGB (Red+Green+Blue) = 120+117+255=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #7875FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7875FF is #878A00. Grayscale: #858585. Windows color (decimal): -8882689 or 16741752. OLE color: 16741752.
HSL color Cylindrical-coordinate representation of color #7875FF: hue angle of 241.3º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7875FF is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 117 | 255 | - |
| CMYK | 0.53 | 0.54 | 0 | 0 |
| HSL | 241.3º | 1% | 0.73% | - |
| HSV(B) | 241.3º | 0.54% | 1% | - |
| XYZ | 32.16 | 23.94 | 97.53 | - |
| YUV | 133.63 | 196.49 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 255 | 0.53 | 0.54 | 0 | 0 | 241.3 | 1 | 0.73 |
| Hex | 78 | 75 | FF | 35 | 36 | 0 | 0 | F1 | 64 | 49 |
| Octal | 170 | 165 | 377 | 65 | 66 | 0 | 0 | 361 | 144 | 111 |
| Binary | 1111000 | 1110101 | 11111111 | 110101 | 110110 | 0 | 0 | 11110001 | 1100100 | 1001001 |
Color Harmonies of #7875FF
Complementary color
Monochromatic Colors of #7875FF
Black with #7875FF
Text Example
Text Example
White with #7875FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875FF; }
p { color: rgb(120,117,255); }
H1.HeaderClassName
{
color: #7875FF;
}
.AnyTagClassName
{
color: #7875FF;
}
</style>
background-color css
<style>
a { background-color: #7875FF; }
a { background-color: rgb(120,117,255); }
div.DivClassName
{
background-color: #7875FF;
}
.BgClassName
{
background-color: #7875FF;
}
</style>
border-color css
<style>
span { border-color: #7875FF; }
span { border-color: rgb(120,117,255); }
td.TdClassName
{
border-color: #7875FF;
}
.TagClassName
{
border-color: #7875FF;
}
</style>