Shades of Light Slate Blue #857EFA
Tints of Light Slate Blue #857EFA
RGB
CMYK
RGB Variations
Color information
#857EFA (or 0x857EFA) is known color: Light Slate Blue. HEX triplet: 85, 7E and FA. RGB value is (133,126,250). Sum of RGB (Red+Green+Blue) = 133+126+250=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #857EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857EFA is #7A8105. Grayscale: #8D8D8D. Windows color (decimal): -8028422 or 16416389. OLE color: 16416389.
HSL color Cylindrical-coordinate representation of color #857EFA: hue angle of 243.39º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857EFA is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 126 | 250 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.02 |
| HSL | 243.39º | 0.93% | 0.74% | - |
| HSV(B) | 243.39º | 0.5% | 0.98% | - |
| XYZ | 34.39 | 26.81 | 93.8 | - |
| YUV | 142.23 | 188.82 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 250 | 0.47 | 0.50 | 0 | 0.02 | 243.39 | 0.93 | 0.74 |
| Hex | 85 | 7E | FA | 2F | 32 | 0 | 2 | F3 | 5D | 4A |
| Octal | 205 | 176 | 372 | 57 | 62 | 0 | 2 | 363 | 135 | 112 |
| Binary | 10000101 | 1111110 | 11111010 | 101111 | 110010 | 0 | 10 | 11110011 | 1011101 | 1001010 |
Color Harmonies of #857EFA
Complementary color
Monochromatic Colors of #857EFA
Black with #857EFA
Text Example
Text Example
White with #857EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857EFA; }
p { color: rgb(133,126,250); }
H1.HeaderClassName
{
color: #857EFA;
}
.AnyTagClassName
{
color: #857EFA;
}
</style>
background-color css
<style>
a { background-color: #857EFA; }
a { background-color: rgb(133,126,250); }
div.DivClassName
{
background-color: #857EFA;
}
.BgClassName
{
background-color: #857EFA;
}
</style>
border-color css
<style>
span { border-color: #857EFA; }
span { border-color: rgb(133,126,250); }
td.TdClassName
{
border-color: #857EFA;
}
.TagClassName
{
border-color: #857EFA;
}
</style>