Shades of Light Slate Blue #8C8BFD
Tints of Light Slate Blue #8C8BFD
RGB
CMYK
RGB Variations
Color information
#8C8BFD (or 0x8C8BFD) is known color: Light Slate Blue. HEX triplet: 8C, 8B and FD. RGB value is (140,139,253). Sum of RGB (Red+Green+Blue) = 140+139+253=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C8BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8BFD is #737402. Grayscale: #979797. Windows color (decimal): -7566339 or 16616332. OLE color: 16616332.
HSL color Cylindrical-coordinate representation of color #8C8BFD: hue angle of 240.53º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C8BFD is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 139 | 253 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.01 |
| HSL | 240.53º | 0.97% | 0.77% | - |
| HSV(B) | 240.53º | 0.45% | 0.99% | - |
| XYZ | 37.78 | 31.13 | 96.95 | - |
| YUV | 152.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 253 | 0.45 | 0.45 | 0 | 0.01 | 240.53 | 0.97 | 0.77 |
| Hex | 8C | 8B | FD | 2D | 2D | 0 | 1 | F1 | 61 | 4D |
| Octal | 214 | 213 | 375 | 55 | 55 | 0 | 1 | 361 | 141 | 115 |
| Binary | 10001100 | 10001011 | 11111101 | 101101 | 101101 | 0 | 1 | 11110001 | 1100001 | 1001101 |
Color Harmonies of #8C8BFD
Complementary color
Monochromatic Colors of #8C8BFD
Black with #8C8BFD
Text Example
Text Example
White with #8C8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8BFD; }
p { color: rgb(140,139,253); }
H1.HeaderClassName
{
color: #8C8BFD;
}
.AnyTagClassName
{
color: #8C8BFD;
}
</style>
background-color css
<style>
a { background-color: #8C8BFD; }
a { background-color: rgb(140,139,253); }
div.DivClassName
{
background-color: #8C8BFD;
}
.BgClassName
{
background-color: #8C8BFD;
}
</style>
border-color css
<style>
span { border-color: #8C8BFD; }
span { border-color: rgb(140,139,253); }
td.TdClassName
{
border-color: #8C8BFD;
}
.TagClassName
{
border-color: #8C8BFD;
}
</style>