Shades of Light Slate Blue #8C85FB
Tints of Light Slate Blue #8C85FB
RGB
CMYK
RGB Variations
Color information
#8C85FB (or 0x8C85FB) is known color: Light Slate Blue. HEX triplet: 8C, 85 and FB. RGB value is (140,133,251). Sum of RGB (Red+Green+Blue) = 140+133+251=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C85FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C85FB is #737A04. Grayscale: #949494. Windows color (decimal): -7567877 or 16483724. OLE color: 16483724.
HSL color Cylindrical-coordinate representation of color #8C85FB: hue angle of 243.56º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C85FB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 133 | 251 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.02 |
| HSL | 243.56º | 0.94% | 0.75% | - |
| HSV(B) | 243.56º | 0.47% | 0.98% | - |
| XYZ | 36.62 | 29.32 | 95 | - |
| YUV | 148.55 | 185.82 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 251 | 0.44 | 0.47 | 0 | 0.02 | 243.56 | 0.94 | 0.75 |
| Hex | 8C | 85 | FB | 2C | 2F | 0 | 2 | F4 | 5E | 4B |
| Octal | 214 | 205 | 373 | 54 | 57 | 0 | 2 | 364 | 136 | 113 |
| Binary | 10001100 | 10000101 | 11111011 | 101100 | 101111 | 0 | 10 | 11110100 | 1011110 | 1001011 |
Color Harmonies of #8C85FB
Complementary color
Monochromatic Colors of #8C85FB
Black with #8C85FB
Text Example
Text Example
White with #8C85FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C85FB; }
p { color: rgb(140,133,251); }
H1.HeaderClassName
{
color: #8C85FB;
}
.AnyTagClassName
{
color: #8C85FB;
}
</style>
background-color css
<style>
a { background-color: #8C85FB; }
a { background-color: rgb(140,133,251); }
div.DivClassName
{
background-color: #8C85FB;
}
.BgClassName
{
background-color: #8C85FB;
}
</style>
border-color css
<style>
span { border-color: #8C85FB; }
span { border-color: rgb(140,133,251); }
td.TdClassName
{
border-color: #8C85FB;
}
.TagClassName
{
border-color: #8C85FB;
}
</style>