Shades of Light Slate Blue #7F85FC
Tints of Light Slate Blue #7F85FC
RGB
CMYK
RGB Variations
Color information
#7F85FC (or 0x7F85FC) is known color: Light Slate Blue. HEX triplet: 7F, 85 and FC. RGB value is (127,133,252). Sum of RGB (Red+Green+Blue) = 127+133+252=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F85FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F85FC is #807A03. Grayscale: #909090. Windows color (decimal): -8419844 or 16549247. OLE color: 16549247.
HSL color Cylindrical-coordinate representation of color #7F85FC: hue angle of 237.12º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F85FC is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 133 | 252 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.01 |
| HSL | 237.12º | 0.95% | 0.74% | - |
| HSV(B) | 237.12º | 0.5% | 0.99% | - |
| XYZ | 34.71 | 28.32 | 95.73 | - |
| YUV | 144.77 | 188.51 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 252 | 0.50 | 0.47 | 0 | 0.01 | 237.12 | 0.95 | 0.74 |
| Hex | 7F | 85 | FC | 32 | 2F | 0 | 1 | ED | 5F | 4A |
| Octal | 177 | 205 | 374 | 62 | 57 | 0 | 1 | 355 | 137 | 112 |
| Binary | 1111111 | 10000101 | 11111100 | 110010 | 101111 | 0 | 1 | 11101101 | 1011111 | 1001010 |
Color Harmonies of #7F85FC
Complementary color
Monochromatic Colors of #7F85FC
Black with #7F85FC
Text Example
Text Example
White with #7F85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F85FC; }
p { color: rgb(127,133,252); }
H1.HeaderClassName
{
color: #7F85FC;
}
.AnyTagClassName
{
color: #7F85FC;
}
</style>
background-color css
<style>
a { background-color: #7F85FC; }
a { background-color: rgb(127,133,252); }
div.DivClassName
{
background-color: #7F85FC;
}
.BgClassName
{
background-color: #7F85FC;
}
</style>
border-color css
<style>
span { border-color: #7F85FC; }
span { border-color: rgb(127,133,252); }
td.TdClassName
{
border-color: #7F85FC;
}
.TagClassName
{
border-color: #7F85FC;
}
</style>