Shades of Light Slate Blue #8B8CFB
Tints of Light Slate Blue #8B8CFB
RGB
CMYK
RGB Variations
Color information
#8B8CFB (or 0x8B8CFB) is known color: Light Slate Blue. HEX triplet: 8B, 8C and FB. RGB value is (139,140,251). Sum of RGB (Red+Green+Blue) = 139+140+251=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B8CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8CFB is #747304. Grayscale: #979797. Windows color (decimal): -7631621 or 16485515. OLE color: 16485515.
HSL color Cylindrical-coordinate representation of color #8B8CFB: hue angle of 239.46º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B8CFB is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 140 | 251 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.02 |
| HSL | 239.46º | 0.93% | 0.76% | - |
| HSV(B) | 239.46º | 0.45% | 0.98% | - |
| XYZ | 37.44 | 31.21 | 95.32 | - |
| YUV | 152.36 | 183.67 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 140 | 251 | 0.45 | 0.44 | 0 | 0.02 | 239.46 | 0.93 | 0.76 |
| Hex | 8B | 8C | FB | 2D | 2C | 0 | 2 | EF | 5D | 4C |
| Octal | 213 | 214 | 373 | 55 | 54 | 0 | 2 | 357 | 135 | 114 |
| Binary | 10001011 | 10001100 | 11111011 | 101101 | 101100 | 0 | 10 | 11101111 | 1011101 | 1001100 |
Color Harmonies of #8B8CFB
Complementary color
Monochromatic Colors of #8B8CFB
Black with #8B8CFB
Text Example
Text Example
White with #8B8CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8CFB; }
p { color: rgb(139,140,251); }
H1.HeaderClassName
{
color: #8B8CFB;
}
.AnyTagClassName
{
color: #8B8CFB;
}
</style>
background-color css
<style>
a { background-color: #8B8CFB; }
a { background-color: rgb(139,140,251); }
div.DivClassName
{
background-color: #8B8CFB;
}
.BgClassName
{
background-color: #8B8CFB;
}
</style>
border-color css
<style>
span { border-color: #8B8CFB; }
span { border-color: rgb(139,140,251); }
td.TdClassName
{
border-color: #8B8CFB;
}
.TagClassName
{
border-color: #8B8CFB;
}
</style>