Shades of Light Slate Blue #857BFD
Tints of Light Slate Blue #857BFD
RGB
CMYK
RGB Variations
Color information
#857BFD (or 0x857BFD) is known color: Light Slate Blue. HEX triplet: 85, 7B and FD. RGB value is (133,123,253). Sum of RGB (Red+Green+Blue) = 133+123+253=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #857BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857BFD is #7A8402. Grayscale: #8C8C8C. Windows color (decimal): -8029187 or 16612229. OLE color: 16612229.
HSL color Cylindrical-coordinate representation of color #857BFD: hue angle of 244.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #857BFD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 123 | 253 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.01 |
| HSL | 244.62º | 0.97% | 0.74% | - |
| HSV(B) | 244.62º | 0.51% | 0.99% | - |
| XYZ | 34.49 | 26.24 | 96.18 | - |
| YUV | 140.81 | 191.31 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 253 | 0.47 | 0.51 | 0 | 0.01 | 244.62 | 0.97 | 0.74 |
| Hex | 85 | 7B | FD | 2F | 33 | 0 | 1 | F5 | 61 | 4A |
| Octal | 205 | 173 | 375 | 57 | 63 | 0 | 1 | 365 | 141 | 112 |
| Binary | 10000101 | 1111011 | 11111101 | 101111 | 110011 | 0 | 1 | 11110101 | 1100001 | 1001010 |
Color Harmonies of #857BFD
Complementary color
Monochromatic Colors of #857BFD
Black with #857BFD
Text Example
Text Example
White with #857BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BFD; }
p { color: rgb(133,123,253); }
H1.HeaderClassName
{
color: #857BFD;
}
.AnyTagClassName
{
color: #857BFD;
}
</style>
background-color css
<style>
a { background-color: #857BFD; }
a { background-color: rgb(133,123,253); }
div.DivClassName
{
background-color: #857BFD;
}
.BgClassName
{
background-color: #857BFD;
}
</style>
border-color css
<style>
span { border-color: #857BFD; }
span { border-color: rgb(133,123,253); }
td.TdClassName
{
border-color: #857BFD;
}
.TagClassName
{
border-color: #857BFD;
}
</style>