Shades of Light Slate Blue #856AFE
Tints of Light Slate Blue #856AFE
RGB
CMYK
RGB Variations
Color information
#856AFE (or 0x856AFE) is known color: Light Slate Blue. HEX triplet: 85, 6A and FE. RGB value is (133,106,254). Sum of RGB (Red+Green+Blue) = 133+106+254=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #856AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856AFE is #7A9501. Grayscale: #828282. Windows color (decimal): -8033538 or 16673413. OLE color: 16673413.
HSL color Cylindrical-coordinate representation of color #856AFE: hue angle of 250.95º 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 #856AFE is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 106 | 254 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.00 |
| HSL | 250.95º | 0.99% | 0.71% | - |
| HSV(B) | 250.95º | 0.58% | 1% | - |
| XYZ | 32.72 | 22.45 | 96.37 | - |
| YUV | 130.95 | 197.45 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 254 | 0.48 | 0.58 | 0 | 0.00 | 250.95 | 0.99 | 0.71 |
| Hex | 85 | 6A | FE | 30 | 3A | 0 | 0 | FB | 63 | 47 |
| Octal | 205 | 152 | 376 | 60 | 72 | 0 | 0 | 373 | 143 | 107 |
| Binary | 10000101 | 1101010 | 11111110 | 110000 | 111010 | 0 | 0 | 11111011 | 1100011 | 1000111 |
Color Harmonies of #856AFE
Complementary color
Monochromatic Colors of #856AFE
Black with #856AFE
Text Example
Text Example
White with #856AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856AFE; }
p { color: rgb(133,106,254); }
H1.HeaderClassName
{
color: #856AFE;
}
.AnyTagClassName
{
color: #856AFE;
}
</style>
background-color css
<style>
a { background-color: #856AFE; }
a { background-color: rgb(133,106,254); }
div.DivClassName
{
background-color: #856AFE;
}
.BgClassName
{
background-color: #856AFE;
}
</style>
border-color css
<style>
span { border-color: #856AFE; }
span { border-color: rgb(133,106,254); }
td.TdClassName
{
border-color: #856AFE;
}
.TagClassName
{
border-color: #856AFE;
}
</style>