Shades of Light Slate Blue #787FFE
Tints of Light Slate Blue #787FFE
RGB
CMYK
RGB Variations
Color information
#787FFE (or 0x787FFE) is known color: Light Slate Blue. HEX triplet: 78, 7F and FE. RGB value is (120,127,254). Sum of RGB (Red+Green+Blue) = 120+127+254=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #787FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787FFE is #878001. Grayscale: #8A8A8A. Windows color (decimal): -8880130 or 16678776. OLE color: 16678776.
HSL color Cylindrical-coordinate representation of color #787FFE: hue angle of 236.87º 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 #787FFE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 127 | 254 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.00 |
| HSL | 236.87º | 0.99% | 0.73% | - |
| HSV(B) | 236.87º | 0.53% | 1% | - |
| XYZ | 33.22 | 26.33 | 97.1 | - |
| YUV | 139.39 | 192.68 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 254 | 0.53 | 0.50 | 0 | 0.00 | 236.87 | 0.99 | 0.73 |
| Hex | 78 | 7F | FE | 35 | 32 | 0 | 0 | ED | 63 | 49 |
| Octal | 170 | 177 | 376 | 65 | 62 | 0 | 0 | 355 | 143 | 111 |
| Binary | 1111000 | 1111111 | 11111110 | 110101 | 110010 | 0 | 0 | 11101101 | 1100011 | 1001001 |
Color Harmonies of #787FFE
Complementary color
Monochromatic Colors of #787FFE
Black with #787FFE
Text Example
Text Example
White with #787FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FFE; }
p { color: rgb(120,127,254); }
H1.HeaderClassName
{
color: #787FFE;
}
.AnyTagClassName
{
color: #787FFE;
}
</style>
background-color css
<style>
a { background-color: #787FFE; }
a { background-color: rgb(120,127,254); }
div.DivClassName
{
background-color: #787FFE;
}
.BgClassName
{
background-color: #787FFE;
}
</style>
border-color css
<style>
span { border-color: #787FFE; }
span { border-color: rgb(120,127,254); }
td.TdClassName
{
border-color: #787FFE;
}
.TagClassName
{
border-color: #787FFE;
}
</style>