Shades of Light Slate Blue #856BFE
Tints of Light Slate Blue #856BFE
RGB
CMYK
RGB Variations
Color information
#856BFE (or 0x856BFE) is known color: Light Slate Blue. HEX triplet: 85, 6B and FE. RGB value is (133,107,254). Sum of RGB (Red+Green+Blue) = 133+107+254=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #856BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856BFE is #7A9401. Grayscale: #828282. Windows color (decimal): -8033282 or 16673669. OLE color: 16673669.
HSL color Cylindrical-coordinate representation of color #856BFE: hue angle of 250.61º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #856BFE is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 107 | 254 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.00 |
| HSL | 250.61º | 0.99% | 0.71% | - |
| HSV(B) | 250.61º | 0.58% | 1% | - |
| XYZ | 32.82 | 22.66 | 96.41 | - |
| YUV | 131.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 254 | 0.48 | 0.58 | 0 | 0.00 | 250.61 | 0.99 | 0.71 |
| Hex | 85 | 6B | FE | 30 | 3A | 0 | 0 | FB | 63 | 47 |
| Octal | 205 | 153 | 376 | 60 | 72 | 0 | 0 | 373 | 143 | 107 |
| Binary | 10000101 | 1101011 | 11111110 | 110000 | 111010 | 0 | 0 | 11111011 | 1100011 | 1000111 |
Color Harmonies of #856BFE
Complementary color
Monochromatic Colors of #856BFE
Black with #856BFE
Text Example
Text Example
White with #856BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856BFE; }
p { color: rgb(133,107,254); }
H1.HeaderClassName
{
color: #856BFE;
}
.AnyTagClassName
{
color: #856BFE;
}
</style>
background-color css
<style>
a { background-color: #856BFE; }
a { background-color: rgb(133,107,254); }
div.DivClassName
{
background-color: #856BFE;
}
.BgClassName
{
background-color: #856BFE;
}
</style>
border-color css
<style>
span { border-color: #856BFE; }
span { border-color: rgb(133,107,254); }
td.TdClassName
{
border-color: #856BFE;
}
.TagClassName
{
border-color: #856BFE;
}
</style>