Shades of Light Slate Blue #8B65FE
Tints of Light Slate Blue #8B65FE
RGB
CMYK
RGB Variations
Color information
#8B65FE (or 0x8B65FE) is known color: Light Slate Blue. HEX triplet: 8B, 65 and FE. RGB value is (139,101,254). Sum of RGB (Red+Green+Blue) = 139+101+254=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B65FE is #749A01. Grayscale: #818181. Windows color (decimal): -7641602 or 16672139. OLE color: 16672139.
HSL color Cylindrical-coordinate representation of color #8B65FE: hue angle of 254.9º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B65FE is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 101 | 254 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.00 |
| HSL | 254.9º | 0.99% | 0.7% | - |
| HSV(B) | 254.9º | 0.6% | 1% | - |
| XYZ | 33.19 | 21.95 | 96.25 | - |
| YUV | 129.8 | 198.09 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 254 | 0.45 | 0.60 | 0 | 0.00 | 254.9 | 0.99 | 0.7 |
| Hex | 8B | 65 | FE | 2D | 3C | 0 | 0 | FF | 63 | 46 |
| Octal | 213 | 145 | 376 | 55 | 74 | 0 | 0 | 377 | 143 | 106 |
| Binary | 10001011 | 1100101 | 11111110 | 101101 | 111100 | 0 | 0 | 11111111 | 1100011 | 1000110 |
Color Harmonies of #8B65FE
Complementary color
Monochromatic Colors of #8B65FE
Black with #8B65FE
Text Example
Text Example
White with #8B65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B65FE; }
p { color: rgb(139,101,254); }
H1.HeaderClassName
{
color: #8B65FE;
}
.AnyTagClassName
{
color: #8B65FE;
}
</style>
background-color css
<style>
a { background-color: #8B65FE; }
a { background-color: rgb(139,101,254); }
div.DivClassName
{
background-color: #8B65FE;
}
.BgClassName
{
background-color: #8B65FE;
}
</style>
border-color css
<style>
span { border-color: #8B65FE; }
span { border-color: rgb(139,101,254); }
td.TdClassName
{
border-color: #8B65FE;
}
.TagClassName
{
border-color: #8B65FE;
}
</style>