Shades of Light Slate Blue #8B8FFD
Tints of Light Slate Blue #8B8FFD
RGB
CMYK
RGB Variations
Color information
#8B8FFD (or 0x8B8FFD) is known color: Light Slate Blue. HEX triplet: 8B, 8F and FD. RGB value is (139,143,253). Sum of RGB (Red+Green+Blue) = 139+143+253=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B8FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8FFD is #747002. Grayscale: #999999. Windows color (decimal): -7630851 or 16617355. OLE color: 16617355.
HSL color Cylindrical-coordinate representation of color #8B8FFD: hue angle of 237.89º 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 #8B8FFD is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 143 | 253 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.01 |
| HSL | 237.89º | 0.97% | 0.77% | - |
| HSV(B) | 237.89º | 0.45% | 0.99% | - |
| XYZ | 38.2 | 32.23 | 97.14 | - |
| YUV | 154.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 143 | 253 | 0.45 | 0.43 | 0 | 0.01 | 237.89 | 0.97 | 0.77 |
| Hex | 8B | 8F | FD | 2D | 2B | 0 | 1 | EE | 61 | 4D |
| Octal | 213 | 217 | 375 | 55 | 53 | 0 | 1 | 356 | 141 | 115 |
| Binary | 10001011 | 10001111 | 11111101 | 101101 | 101011 | 0 | 1 | 11101110 | 1100001 | 1001101 |
Color Harmonies of #8B8FFD
Complementary color
Monochromatic Colors of #8B8FFD
Black with #8B8FFD
Text Example
Text Example
White with #8B8FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8FFD; }
p { color: rgb(139,143,253); }
H1.HeaderClassName
{
color: #8B8FFD;
}
.AnyTagClassName
{
color: #8B8FFD;
}
</style>
background-color css
<style>
a { background-color: #8B8FFD; }
a { background-color: rgb(139,143,253); }
div.DivClassName
{
background-color: #8B8FFD;
}
.BgClassName
{
background-color: #8B8FFD;
}
</style>
border-color css
<style>
span { border-color: #8B8FFD; }
span { border-color: rgb(139,143,253); }
td.TdClassName
{
border-color: #8B8FFD;
}
.TagClassName
{
border-color: #8B8FFD;
}
</style>