Shades of Light Slate Blue #8C8FFB
Tints of Light Slate Blue #8C8FFB
RGB
CMYK
RGB Variations
Color information
#8C8FFB (or 0x8C8FFB) is known color: Light Slate Blue. HEX triplet: 8C, 8F and FB. RGB value is (140,143,251). Sum of RGB (Red+Green+Blue) = 140+143+251=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C8FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FFB is #737004. Grayscale: #999999. Windows color (decimal): -7565317 or 16486284. OLE color: 16486284.
HSL color Cylindrical-coordinate representation of color #8C8FFB: hue angle of 238.38º 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 #8C8FFB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 143 | 251 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.02 |
| HSL | 238.38º | 0.93% | 0.77% | - |
| HSV(B) | 238.38º | 0.44% | 0.98% | - |
| XYZ | 38.05 | 32.19 | 95.47 | - |
| YUV | 154.42 | 182.51 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 251 | 0.44 | 0.43 | 0 | 0.02 | 238.38 | 0.93 | 0.77 |
| Hex | 8C | 8F | FB | 2C | 2B | 0 | 2 | EE | 5D | 4D |
| Octal | 214 | 217 | 373 | 54 | 53 | 0 | 2 | 356 | 135 | 115 |
| Binary | 10001100 | 10001111 | 11111011 | 101100 | 101011 | 0 | 10 | 11101110 | 1011101 | 1001101 |
Color Harmonies of #8C8FFB
Complementary color
Monochromatic Colors of #8C8FFB
Black with #8C8FFB
Text Example
Text Example
White with #8C8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FFB; }
p { color: rgb(140,143,251); }
H1.HeaderClassName
{
color: #8C8FFB;
}
.AnyTagClassName
{
color: #8C8FFB;
}
</style>
background-color css
<style>
a { background-color: #8C8FFB; }
a { background-color: rgb(140,143,251); }
div.DivClassName
{
background-color: #8C8FFB;
}
.BgClassName
{
background-color: #8C8FFB;
}
</style>
border-color css
<style>
span { border-color: #8C8FFB; }
span { border-color: rgb(140,143,251); }
td.TdClassName
{
border-color: #8C8FFB;
}
.TagClassName
{
border-color: #8C8FFB;
}
</style>