Shades of Light Slate Blue #8F7BFD
Tints of Light Slate Blue #8F7BFD
RGB
CMYK
RGB Variations
Color information
#8F7BFD (or 0x8F7BFD) is known color: Light Slate Blue. HEX triplet: 8F, 7B and FD. RGB value is (143,123,253). Sum of RGB (Red+Green+Blue) = 143+123+253=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F7BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7BFD is #708402. Grayscale: #8F8F8F. Windows color (decimal): -7373827 or 16612239. OLE color: 16612239.
HSL color Cylindrical-coordinate representation of color #8F7BFD: hue angle of 249.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F7BFD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 123 | 253 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.01 |
| HSL | 249.23º | 0.97% | 0.74% | - |
| HSV(B) | 249.23º | 0.51% | 0.99% | - |
| XYZ | 36.14 | 27.1 | 96.25 | - |
| YUV | 143.8 | 189.63 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 253 | 0.43 | 0.51 | 0 | 0.01 | 249.23 | 0.97 | 0.74 |
| Hex | 8F | 7B | FD | 2B | 33 | 0 | 1 | F9 | 61 | 4A |
| Octal | 217 | 173 | 375 | 53 | 63 | 0 | 1 | 371 | 141 | 112 |
| Binary | 10001111 | 1111011 | 11111101 | 101011 | 110011 | 0 | 1 | 11111001 | 1100001 | 1001010 |
Color Harmonies of #8F7BFD
Complementary color
Monochromatic Colors of #8F7BFD
Black with #8F7BFD
Text Example
Text Example
White with #8F7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BFD; }
p { color: rgb(143,123,253); }
H1.HeaderClassName
{
color: #8F7BFD;
}
.AnyTagClassName
{
color: #8F7BFD;
}
</style>
background-color css
<style>
a { background-color: #8F7BFD; }
a { background-color: rgb(143,123,253); }
div.DivClassName
{
background-color: #8F7BFD;
}
.BgClassName
{
background-color: #8F7BFD;
}
</style>
border-color css
<style>
span { border-color: #8F7BFD; }
span { border-color: rgb(143,123,253); }
td.TdClassName
{
border-color: #8F7BFD;
}
.TagClassName
{
border-color: #8F7BFD;
}
</style>