Shades of Light Slate Blue #857FFC
Tints of Light Slate Blue #857FFC
RGB
CMYK
RGB Variations
Color information
#857FFC (or 0x857FFC) is known color: Light Slate Blue. HEX triplet: 85, 7F and FC. RGB value is (133,127,252). Sum of RGB (Red+Green+Blue) = 133+127+252=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 127 (50% from 255 or 24.80% 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 #857FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FFC is #7A8003. Grayscale: #8E8E8E. Windows color (decimal): -8028164 or 16547717. OLE color: 16547717.
HSL color Cylindrical-coordinate representation of color #857FFC: hue angle of 242.88º 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 #857FFC is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 127 | 252 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.01 |
| HSL | 242.88º | 0.95% | 0.74% | - |
| HSV(B) | 242.88º | 0.5% | 0.99% | - |
| XYZ | 34.83 | 27.19 | 95.51 | - |
| YUV | 143.04 | 189.49 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 252 | 0.47 | 0.50 | 0 | 0.01 | 242.88 | 0.95 | 0.74 |
| Hex | 85 | 7F | FC | 2F | 32 | 0 | 1 | F3 | 5F | 4A |
| Octal | 205 | 177 | 374 | 57 | 62 | 0 | 1 | 363 | 137 | 112 |
| Binary | 10000101 | 1111111 | 11111100 | 101111 | 110010 | 0 | 1 | 11110011 | 1011111 | 1001010 |
Color Harmonies of #857FFC
Complementary color
Monochromatic Colors of #857FFC
Black with #857FFC
Text Example
Text Example
White with #857FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FFC; }
p { color: rgb(133,127,252); }
H1.HeaderClassName
{
color: #857FFC;
}
.AnyTagClassName
{
color: #857FFC;
}
</style>
background-color css
<style>
a { background-color: #857FFC; }
a { background-color: rgb(133,127,252); }
div.DivClassName
{
background-color: #857FFC;
}
.BgClassName
{
background-color: #857FFC;
}
</style>
border-color css
<style>
span { border-color: #857FFC; }
span { border-color: rgb(133,127,252); }
td.TdClassName
{
border-color: #857FFC;
}
.TagClassName
{
border-color: #857FFC;
}
</style>