Shades of Light Slate Blue #857CF2
Tints of Light Slate Blue #857CF2
RGB
CMYK
RGB Variations
Color information
#857CF2 (or 0x857CF2) is known color: Light Slate Blue. HEX triplet: 85, 7C and F2. RGB value is (133,124,242). Sum of RGB (Red+Green+Blue) = 133+124+242=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #857CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857CF2 is #7A830D. Grayscale: #8B8B8B. Windows color (decimal): -8028942 or 15891589. OLE color: 15891589.
HSL color Cylindrical-coordinate representation of color #857CF2: hue angle of 244.58º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #857CF2 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 124 | 242 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.05 |
| HSL | 244.58º | 0.82% | 0.72% | - |
| HSV(B) | 244.58º | 0.49% | 0.95% | - |
| XYZ | 32.91 | 25.81 | 87.25 | - |
| YUV | 140.14 | 185.48 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 242 | 0.45 | 0.49 | 0 | 0.05 | 244.58 | 0.82 | 0.72 |
| Hex | 85 | 7C | F2 | 2D | 31 | 0 | 5 | F5 | 52 | 48 |
| Octal | 205 | 174 | 362 | 55 | 61 | 0 | 5 | 365 | 122 | 110 |
| Binary | 10000101 | 1111100 | 11110010 | 101101 | 110001 | 0 | 101 | 11110101 | 1010010 | 1001000 |
Color Harmonies of #857CF2
Complementary color
Monochromatic Colors of #857CF2
Black with #857CF2
Text Example
Text Example
White with #857CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CF2; }
p { color: rgb(133,124,242); }
H1.HeaderClassName
{
color: #857CF2;
}
.AnyTagClassName
{
color: #857CF2;
}
</style>
background-color css
<style>
a { background-color: #857CF2; }
a { background-color: rgb(133,124,242); }
div.DivClassName
{
background-color: #857CF2;
}
.BgClassName
{
background-color: #857CF2;
}
</style>
border-color css
<style>
span { border-color: #857CF2; }
span { border-color: rgb(133,124,242); }
td.TdClassName
{
border-color: #857CF2;
}
.TagClassName
{
border-color: #857CF2;
}
</style>