Shades of Light Slate Blue #8B8BFD
Tints of Light Slate Blue #8B8BFD
RGB
CMYK
RGB Variations
Color information
#8B8BFD (or 0x8B8BFD) is known color: Light Slate Blue. HEX triplet: 8B, 8B and FD. RGB value is (139,139,253). Sum of RGB (Red+Green+Blue) = 139+139+253=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B8BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8BFD is #747402. Grayscale: #979797. Windows color (decimal): -7631875 or 16616331. OLE color: 16616331.
HSL color Cylindrical-coordinate representation of color #8B8BFD: hue angle of 240º 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 #8B8BFD is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 139 | 253 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.01 |
| HSL | 240º | 0.97% | 0.77% | - |
| HSV(B) | 240º | 0.45% | 0.99% | - |
| XYZ | 37.61 | 31.05 | 96.94 | - |
| YUV | 152 | 185 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 139 | 253 | 0.45 | 0.45 | 0 | 0.01 | 240 | 0.97 | 0.77 |
| Hex | 8B | 8B | FD | 2D | 2D | 0 | 1 | F0 | 61 | 4D |
| Octal | 213 | 213 | 375 | 55 | 55 | 0 | 1 | 360 | 141 | 115 |
| Binary | 10001011 | 10001011 | 11111101 | 101101 | 101101 | 0 | 1 | 11110000 | 1100001 | 1001101 |
Color Harmonies of #8B8BFD
Complementary color
Monochromatic Colors of #8B8BFD
Black with #8B8BFD
Text Example
Text Example
White with #8B8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8BFD; }
p { color: rgb(139,139,253); }
H1.HeaderClassName
{
color: #8B8BFD;
}
.AnyTagClassName
{
color: #8B8BFD;
}
</style>
background-color css
<style>
a { background-color: #8B8BFD; }
a { background-color: rgb(139,139,253); }
div.DivClassName
{
background-color: #8B8BFD;
}
.BgClassName
{
background-color: #8B8BFD;
}
</style>
border-color css
<style>
span { border-color: #8B8BFD; }
span { border-color: rgb(139,139,253); }
td.TdClassName
{
border-color: #8B8BFD;
}
.TagClassName
{
border-color: #8B8BFD;
}
</style>