Shades of Light Slate Blue #8B73FE
Tints of Light Slate Blue #8B73FE
RGB
CMYK
RGB Variations
Color information
#8B73FE (or 0x8B73FE) is known color: Light Slate Blue. HEX triplet: 8B, 73 and FE. RGB value is (139,115,254). Sum of RGB (Red+Green+Blue) = 139+115+254=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B73FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B73FE is #748C01. Grayscale: #898989. Windows color (decimal): -7638018 or 16675723. OLE color: 16675723.
HSL color Cylindrical-coordinate representation of color #8B73FE: hue angle of 250.36º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B73FE is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 115 | 254 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.00 |
| HSL | 250.36º | 0.99% | 0.72% | - |
| HSV(B) | 250.36º | 0.55% | 1% | - |
| XYZ | 34.67 | 24.91 | 96.75 | - |
| YUV | 138.02 | 193.45 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 254 | 0.45 | 0.55 | 0 | 0.00 | 250.36 | 0.99 | 0.72 |
| Hex | 8B | 73 | FE | 2D | 37 | 0 | 0 | FA | 63 | 48 |
| Octal | 213 | 163 | 376 | 55 | 67 | 0 | 0 | 372 | 143 | 110 |
| Binary | 10001011 | 1110011 | 11111110 | 101101 | 110111 | 0 | 0 | 11111010 | 1100011 | 1001000 |
Color Harmonies of #8B73FE
Complementary color
Monochromatic Colors of #8B73FE
Black with #8B73FE
Text Example
Text Example
White with #8B73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B73FE; }
p { color: rgb(139,115,254); }
H1.HeaderClassName
{
color: #8B73FE;
}
.AnyTagClassName
{
color: #8B73FE;
}
</style>
background-color css
<style>
a { background-color: #8B73FE; }
a { background-color: rgb(139,115,254); }
div.DivClassName
{
background-color: #8B73FE;
}
.BgClassName
{
background-color: #8B73FE;
}
</style>
border-color css
<style>
span { border-color: #8B73FE; }
span { border-color: rgb(139,115,254); }
td.TdClassName
{
border-color: #8B73FE;
}
.TagClassName
{
border-color: #8B73FE;
}
</style>