Shades of Light Slate Blue #857AFB
Tints of Light Slate Blue #857AFB
RGB
CMYK
RGB Variations
Color information
#857AFB (or 0x857AFB) is known color: Light Slate Blue. HEX triplet: 85, 7A and FB. RGB value is (133,122,251). Sum of RGB (Red+Green+Blue) = 133+122+251=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #857AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857AFB is #7A8504. Grayscale: #8B8B8B. Windows color (decimal): -8029445 or 16480901. OLE color: 16480901.
HSL color Cylindrical-coordinate representation of color #857AFB: hue angle of 245.12º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #857AFB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 122 | 251 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.02 |
| HSL | 245.12º | 0.94% | 0.73% | - |
| HSV(B) | 245.12º | 0.51% | 0.98% | - |
| XYZ | 34.04 | 25.87 | 94.47 | - |
| YUV | 140 | 190.64 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 251 | 0.47 | 0.51 | 0 | 0.02 | 245.12 | 0.94 | 0.73 |
| Hex | 85 | 7A | FB | 2F | 33 | 0 | 2 | F5 | 5E | 49 |
| Octal | 205 | 172 | 373 | 57 | 63 | 0 | 2 | 365 | 136 | 111 |
| Binary | 10000101 | 1111010 | 11111011 | 101111 | 110011 | 0 | 10 | 11110101 | 1011110 | 1001001 |
Color Harmonies of #857AFB
Complementary color
Monochromatic Colors of #857AFB
Black with #857AFB
Text Example
Text Example
White with #857AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857AFB; }
p { color: rgb(133,122,251); }
H1.HeaderClassName
{
color: #857AFB;
}
.AnyTagClassName
{
color: #857AFB;
}
</style>
background-color css
<style>
a { background-color: #857AFB; }
a { background-color: rgb(133,122,251); }
div.DivClassName
{
background-color: #857AFB;
}
.BgClassName
{
background-color: #857AFB;
}
</style>
border-color css
<style>
span { border-color: #857AFB; }
span { border-color: rgb(133,122,251); }
td.TdClassName
{
border-color: #857AFB;
}
.TagClassName
{
border-color: #857AFB;
}
</style>