Shades of Light Slate Blue #8C8AFB
Tints of Light Slate Blue #8C8AFB
RGB
CMYK
RGB Variations
Color information
#8C8AFB (or 0x8C8AFB) is known color: Light Slate Blue. HEX triplet: 8C, 8A and FB. RGB value is (140,138,251). Sum of RGB (Red+Green+Blue) = 140+138+251=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C8AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8AFB is #737504. Grayscale: #979797. Windows color (decimal): -7566597 or 16485004. OLE color: 16485004.
HSL color Cylindrical-coordinate representation of color #8C8AFB: hue angle of 241.06º 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 #8C8AFB is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 138 | 251 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.02 |
| HSL | 241.06º | 0.93% | 0.76% | - |
| HSV(B) | 241.06º | 0.45% | 0.98% | - |
| XYZ | 37.32 | 30.72 | 95.23 | - |
| YUV | 151.48 | 184.16 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 251 | 0.44 | 0.45 | 0 | 0.02 | 241.06 | 0.93 | 0.76 |
| Hex | 8C | 8A | FB | 2C | 2D | 0 | 2 | F1 | 5D | 4C |
| Octal | 214 | 212 | 373 | 54 | 55 | 0 | 2 | 361 | 135 | 114 |
| Binary | 10001100 | 10001010 | 11111011 | 101100 | 101101 | 0 | 10 | 11110001 | 1011101 | 1001100 |
Color Harmonies of #8C8AFB
Complementary color
Monochromatic Colors of #8C8AFB
Black with #8C8AFB
Text Example
Text Example
White with #8C8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8AFB; }
p { color: rgb(140,138,251); }
H1.HeaderClassName
{
color: #8C8AFB;
}
.AnyTagClassName
{
color: #8C8AFB;
}
</style>
background-color css
<style>
a { background-color: #8C8AFB; }
a { background-color: rgb(140,138,251); }
div.DivClassName
{
background-color: #8C8AFB;
}
.BgClassName
{
background-color: #8C8AFB;
}
</style>
border-color css
<style>
span { border-color: #8C8AFB; }
span { border-color: rgb(140,138,251); }
td.TdClassName
{
border-color: #8C8AFB;
}
.TagClassName
{
border-color: #8C8AFB;
}
</style>