Shades of Light Slate Blue #7873FB
Tints of Light Slate Blue #7873FB
RGB
CMYK
RGB Variations
Color information
#7873FB (or 0x7873FB) is known color: Light Slate Blue. HEX triplet: 78, 73 and FB. RGB value is (120,115,251). Sum of RGB (Red+Green+Blue) = 120+115+251=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #7873FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7873FB is #878C04. Grayscale: #838383. Windows color (decimal): -8883205 or 16479096. OLE color: 16479096.
HSL color Cylindrical-coordinate representation of color #7873FB: hue angle of 242.21º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7873FB is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 115 | 251 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.02 |
| HSL | 242.21º | 0.94% | 0.72% | - |
| HSV(B) | 242.21º | 0.54% | 0.98% | - |
| XYZ | 31.29 | 23.22 | 94.1 | - |
| YUV | 132 | 195.16 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 251 | 0.52 | 0.54 | 0 | 0.02 | 242.21 | 0.94 | 0.72 |
| Hex | 78 | 73 | FB | 34 | 36 | 0 | 2 | F2 | 5E | 48 |
| Octal | 170 | 163 | 373 | 64 | 66 | 0 | 2 | 362 | 136 | 110 |
| Binary | 1111000 | 1110011 | 11111011 | 110100 | 110110 | 0 | 10 | 11110010 | 1011110 | 1001000 |
Color Harmonies of #7873FB
Complementary color
Monochromatic Colors of #7873FB
Black with #7873FB
Text Example
Text Example
White with #7873FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7873FB; }
p { color: rgb(120,115,251); }
H1.HeaderClassName
{
color: #7873FB;
}
.AnyTagClassName
{
color: #7873FB;
}
</style>
background-color css
<style>
a { background-color: #7873FB; }
a { background-color: rgb(120,115,251); }
div.DivClassName
{
background-color: #7873FB;
}
.BgClassName
{
background-color: #7873FB;
}
</style>
border-color css
<style>
span { border-color: #7873FB; }
span { border-color: rgb(120,115,251); }
td.TdClassName
{
border-color: #7873FB;
}
.TagClassName
{
border-color: #7873FB;
}
</style>