Shades of Light Slate Blue #857DFB
Tints of Light Slate Blue #857DFB
RGB
CMYK
RGB Variations
Color information
#857DFB (or 0x857DFB) is known color: Light Slate Blue. HEX triplet: 85, 7D and FB. RGB value is (133,125,251). Sum of RGB (Red+Green+Blue) = 133+125+251=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #857DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857DFB is #7A8204. Grayscale: #8D8D8D. Windows color (decimal): -8028677 or 16481669. OLE color: 16481669.
HSL color Cylindrical-coordinate representation of color #857DFB: hue angle of 243.81º degrees, saturation: 0.94, 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 #857DFB is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 125 | 251 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.02 |
| HSL | 243.81º | 0.94% | 0.74% | - |
| HSV(B) | 243.81º | 0.5% | 0.98% | - |
| XYZ | 34.42 | 26.62 | 94.59 | - |
| YUV | 141.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 251 | 0.47 | 0.50 | 0 | 0.02 | 243.81 | 0.94 | 0.74 |
| Hex | 85 | 7D | FB | 2F | 32 | 0 | 2 | F4 | 5E | 4A |
| Octal | 205 | 175 | 373 | 57 | 62 | 0 | 2 | 364 | 136 | 112 |
| Binary | 10000101 | 1111101 | 11111011 | 101111 | 110010 | 0 | 10 | 11110100 | 1011110 | 1001010 |
Color Harmonies of #857DFB
Complementary color
Monochromatic Colors of #857DFB
Black with #857DFB
Text Example
Text Example
White with #857DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DFB; }
p { color: rgb(133,125,251); }
H1.HeaderClassName
{
color: #857DFB;
}
.AnyTagClassName
{
color: #857DFB;
}
</style>
background-color css
<style>
a { background-color: #857DFB; }
a { background-color: rgb(133,125,251); }
div.DivClassName
{
background-color: #857DFB;
}
.BgClassName
{
background-color: #857DFB;
}
</style>
border-color css
<style>
span { border-color: #857DFB; }
span { border-color: rgb(133,125,251); }
td.TdClassName
{
border-color: #857DFB;
}
.TagClassName
{
border-color: #857DFB;
}
</style>