Shades of Light Slate Blue #857FF3
Tints of Light Slate Blue #857FF3
RGB
CMYK
RGB Variations
Color information
#857FF3 (or 0x857FF3) is known color: Light Slate Blue. HEX triplet: 85, 7F and F3. RGB value is (133,127,243). Sum of RGB (Red+Green+Blue) = 133+127+243=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #857FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FF3 is #7A800C. Grayscale: #8D8D8D. Windows color (decimal): -8028173 or 15957893. OLE color: 15957893.
HSL color Cylindrical-coordinate representation of color #857FF3: hue angle of 243.1º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #857FF3 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 127 | 243 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.05 |
| HSL | 243.1º | 0.83% | 0.73% | - |
| HSV(B) | 243.1º | 0.48% | 0.95% | - |
| XYZ | 33.44 | 26.64 | 88.17 | - |
| YUV | 142.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 243 | 0.45 | 0.48 | 0 | 0.05 | 243.1 | 0.83 | 0.73 |
| Hex | 85 | 7F | F3 | 2D | 30 | 0 | 5 | F3 | 53 | 49 |
| Octal | 205 | 177 | 363 | 55 | 60 | 0 | 5 | 363 | 123 | 111 |
| Binary | 10000101 | 1111111 | 11110011 | 101101 | 110000 | 0 | 101 | 11110011 | 1010011 | 1001001 |
Color Harmonies of #857FF3
Complementary color
Monochromatic Colors of #857FF3
Black with #857FF3
Text Example
Text Example
White with #857FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FF3; }
p { color: rgb(133,127,243); }
H1.HeaderClassName
{
color: #857FF3;
}
.AnyTagClassName
{
color: #857FF3;
}
</style>
background-color css
<style>
a { background-color: #857FF3; }
a { background-color: rgb(133,127,243); }
div.DivClassName
{
background-color: #857FF3;
}
.BgClassName
{
background-color: #857FF3;
}
</style>
border-color css
<style>
span { border-color: #857FF3; }
span { border-color: rgb(133,127,243); }
td.TdClassName
{
border-color: #857FF3;
}
.TagClassName
{
border-color: #857FF3;
}
</style>