Shades of Light Slate Blue #7882FE
Tints of Light Slate Blue #7882FE
RGB
CMYK
RGB Variations
Color information
#7882FE (or 0x7882FE) is known color: Light Slate Blue. HEX triplet: 78, 82 and FE. RGB value is (120,130,254). Sum of RGB (Red+Green+Blue) = 120+130+254=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #7882FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7882FE is #877D01. Grayscale: #8C8C8C. Windows color (decimal): -8879362 or 16679544. OLE color: 16679544.
HSL color Cylindrical-coordinate representation of color #7882FE: hue angle of 235.52º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7882FE is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 130 | 254 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.00 |
| HSL | 235.52º | 0.99% | 0.73% | - |
| HSV(B) | 235.52º | 0.53% | 1% | - |
| XYZ | 33.62 | 27.11 | 97.23 | - |
| YUV | 141.15 | 191.69 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 254 | 0.53 | 0.49 | 0 | 0.00 | 235.52 | 0.99 | 0.73 |
| Hex | 78 | 82 | FE | 35 | 31 | 0 | 0 | EC | 63 | 49 |
| Octal | 170 | 202 | 376 | 65 | 61 | 0 | 0 | 354 | 143 | 111 |
| Binary | 1111000 | 10000010 | 11111110 | 110101 | 110001 | 0 | 0 | 11101100 | 1100011 | 1001001 |
Color Harmonies of #7882FE
Complementary color
Monochromatic Colors of #7882FE
Black with #7882FE
Text Example
Text Example
White with #7882FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7882FE; }
p { color: rgb(120,130,254); }
H1.HeaderClassName
{
color: #7882FE;
}
.AnyTagClassName
{
color: #7882FE;
}
</style>
background-color css
<style>
a { background-color: #7882FE; }
a { background-color: rgb(120,130,254); }
div.DivClassName
{
background-color: #7882FE;
}
.BgClassName
{
background-color: #7882FE;
}
</style>
border-color css
<style>
span { border-color: #7882FE; }
span { border-color: rgb(120,130,254); }
td.TdClassName
{
border-color: #7882FE;
}
.TagClassName
{
border-color: #7882FE;
}
</style>