Shades of Light Slate Blue #7873FF
Tints of Light Slate Blue #7873FF
RGB
CMYK
RGB Variations
Color information
#7873FF (or 0x7873FF) is known color: Light Slate Blue. HEX triplet: 78, 73 and FF. RGB value is (120,115,255). Sum of RGB (Red+Green+Blue) = 120+115+255=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #7873FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7873FF is #878C00. Grayscale: #838383. Windows color (decimal): -8883201 or 16741240. OLE color: 16741240.
HSL color Cylindrical-coordinate representation of color #7873FF: hue angle of 242.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7873FF is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 115 | 255 | - |
| CMYK | 0.53 | 0.55 | 0 | 0 |
| HSL | 242.14º | 1% | 0.73% | - |
| HSV(B) | 242.14º | 0.55% | 1% | - |
| XYZ | 31.93 | 23.47 | 97.46 | - |
| YUV | 132.46 | 197.16 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 255 | 0.53 | 0.55 | 0 | 0 | 242.14 | 1 | 0.73 |
| Hex | 78 | 73 | FF | 35 | 37 | 0 | 0 | F2 | 64 | 49 |
| Octal | 170 | 163 | 377 | 65 | 67 | 0 | 0 | 362 | 144 | 111 |
| Binary | 1111000 | 1110011 | 11111111 | 110101 | 110111 | 0 | 0 | 11110010 | 1100100 | 1001001 |
Color Harmonies of #7873FF
Complementary color
Monochromatic Colors of #7873FF
Black with #7873FF
Text Example
Text Example
White with #7873FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7873FF; }
p { color: rgb(120,115,255); }
H1.HeaderClassName
{
color: #7873FF;
}
.AnyTagClassName
{
color: #7873FF;
}
</style>
background-color css
<style>
a { background-color: #7873FF; }
a { background-color: rgb(120,115,255); }
div.DivClassName
{
background-color: #7873FF;
}
.BgClassName
{
background-color: #7873FF;
}
</style>
border-color css
<style>
span { border-color: #7873FF; }
span { border-color: rgb(120,115,255); }
td.TdClassName
{
border-color: #7873FF;
}
.TagClassName
{
border-color: #7873FF;
}
</style>