Shades of Light Slate Blue #8C8CFB
Tints of Light Slate Blue #8C8CFB
RGB
CMYK
RGB Variations
Color information
#8C8CFB (or 0x8C8CFB) is known color: Light Slate Blue. HEX triplet: 8C, 8C and FB. RGB value is (140,140,251). Sum of RGB (Red+Green+Blue) = 140+140+251=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C8CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8CFB is #737304. Grayscale: #989898. Windows color (decimal): -7566085 or 16485516. OLE color: 16485516.
HSL color Cylindrical-coordinate representation of color #8C8CFB: hue angle of 240º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C8CFB is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 140 | 251 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.02 |
| HSL | 240º | 0.93% | 0.77% | - |
| HSV(B) | 240º | 0.44% | 0.98% | - |
| XYZ | 37.61 | 31.3 | 95.33 | - |
| YUV | 152.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 140 | 251 | 0.44 | 0.44 | 0 | 0.02 | 240 | 0.93 | 0.77 |
| Hex | 8C | 8C | FB | 2C | 2C | 0 | 2 | F0 | 5D | 4D |
| Octal | 214 | 214 | 373 | 54 | 54 | 0 | 2 | 360 | 135 | 115 |
| Binary | 10001100 | 10001100 | 11111011 | 101100 | 101100 | 0 | 10 | 11110000 | 1011101 | 1001101 |
Color Harmonies of #8C8CFB
Complementary color
Monochromatic Colors of #8C8CFB
Black with #8C8CFB
Text Example
Text Example
White with #8C8CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8CFB; }
p { color: rgb(140,140,251); }
H1.HeaderClassName
{
color: #8C8CFB;
}
.AnyTagClassName
{
color: #8C8CFB;
}
</style>
background-color css
<style>
a { background-color: #8C8CFB; }
a { background-color: rgb(140,140,251); }
div.DivClassName
{
background-color: #8C8CFB;
}
.BgClassName
{
background-color: #8C8CFB;
}
</style>
border-color css
<style>
span { border-color: #8C8CFB; }
span { border-color: rgb(140,140,251); }
td.TdClassName
{
border-color: #8C8CFB;
}
.TagClassName
{
border-color: #8C8CFB;
}
</style>