Shades of Light Slate Blue #858AFF
Tints of Light Slate Blue #858AFF
RGB
CMYK
RGB Variations
Color information
#858AFF (or 0x858AFF) is known color: Light Slate Blue. HEX triplet: 85, 8A and FF. RGB value is (133,138,255). Sum of RGB (Red+Green+Blue) = 133+138+255=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #858AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AFF is #7A7500. Grayscale: #959595. Windows color (decimal): -8025345 or 16747141. OLE color: 16747141.
HSL color Cylindrical-coordinate representation of color #858AFF: hue angle of 237.54º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #858AFF is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 138 | 255 | - |
| CMYK | 0.48 | 0.46 | 0 | 0 |
| HSL | 237.54º | 1% | 0.76% | - |
| HSV(B) | 237.54º | 0.48% | 1% | - |
| XYZ | 36.81 | 30.38 | 98.53 | - |
| YUV | 149.84 | 187.34 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 255 | 0.48 | 0.46 | 0 | 0 | 237.54 | 1 | 0.76 |
| Hex | 85 | 8A | FF | 30 | 2E | 0 | 0 | EE | 64 | 4C |
| Octal | 205 | 212 | 377 | 60 | 56 | 0 | 0 | 356 | 144 | 114 |
| Binary | 10000101 | 10001010 | 11111111 | 110000 | 101110 | 0 | 0 | 11101110 | 1100100 | 1001100 |
Color Harmonies of #858AFF
Complementary color
Monochromatic Colors of #858AFF
Black with #858AFF
Text Example
Text Example
White with #858AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858AFF; }
p { color: rgb(133,138,255); }
H1.HeaderClassName
{
color: #858AFF;
}
.AnyTagClassName
{
color: #858AFF;
}
</style>
background-color css
<style>
a { background-color: #858AFF; }
a { background-color: rgb(133,138,255); }
div.DivClassName
{
background-color: #858AFF;
}
.BgClassName
{
background-color: #858AFF;
}
</style>
border-color css
<style>
span { border-color: #858AFF; }
span { border-color: rgb(133,138,255); }
td.TdClassName
{
border-color: #858AFF;
}
.TagClassName
{
border-color: #858AFF;
}
</style>