Shades of Light Slate Blue #7F85FF
Tints of Light Slate Blue #7F85FF
RGB
CMYK
RGB Variations
Color information
#7F85FF (or 0x7F85FF) is known color: Light Slate Blue. HEX triplet: 7F, 85 and FF. RGB value is (127,133,255). Sum of RGB (Red+Green+Blue) = 127+133+255=515 (68% of max value = 765). Red value is 127 (50% from 255 or 24.66% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F85FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F85FF is #807A00. Grayscale: #909090. Windows color (decimal): -8419841 or 16745855. OLE color: 16745855.
HSL color Cylindrical-coordinate representation of color #7F85FF: hue angle of 237.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F85FF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 133 | 255 | - |
| CMYK | 0.50 | 0.48 | 0 | 0 |
| HSL | 237.19º | 1% | 0.75% | - |
| HSV(B) | 237.19º | 0.5% | 1% | - |
| XYZ | 35.19 | 28.51 | 98.26 | - |
| YUV | 145.11 | 190.01 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 255 | 0.50 | 0.48 | 0 | 0 | 237.19 | 1 | 0.75 |
| Hex | 7F | 85 | FF | 32 | 30 | 0 | 0 | ED | 64 | 4B |
| Octal | 177 | 205 | 377 | 62 | 60 | 0 | 0 | 355 | 144 | 113 |
| Binary | 1111111 | 10000101 | 11111111 | 110010 | 110000 | 0 | 0 | 11101101 | 1100100 | 1001011 |
Color Harmonies of #7F85FF
Complementary color
Monochromatic Colors of #7F85FF
Black with #7F85FF
Text Example
Text Example
White with #7F85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F85FF; }
p { color: rgb(127,133,255); }
H1.HeaderClassName
{
color: #7F85FF;
}
.AnyTagClassName
{
color: #7F85FF;
}
</style>
background-color css
<style>
a { background-color: #7F85FF; }
a { background-color: rgb(127,133,255); }
div.DivClassName
{
background-color: #7F85FF;
}
.BgClassName
{
background-color: #7F85FF;
}
</style>
border-color css
<style>
span { border-color: #7F85FF; }
span { border-color: rgb(127,133,255); }
td.TdClassName
{
border-color: #7F85FF;
}
.TagClassName
{
border-color: #7F85FF;
}
</style>