Shades of Light Slate Blue #8B78FF
Tints of Light Slate Blue #8B78FF
RGB
CMYK
RGB Variations
Color information
#8B78FF (or 0x8B78FF) is known color: Light Slate Blue. HEX triplet: 8B, 78 and FF. RGB value is (139,120,255). Sum of RGB (Red+Green+Blue) = 139+120+255=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B78FF is #748700. Grayscale: #8C8C8C. Windows color (decimal): -7636737 or 16742539. OLE color: 16742539.
HSL color Cylindrical-coordinate representation of color #8B78FF: hue angle of 248.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B78FF is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 120 | 255 | - |
| CMYK | 0.45 | 0.53 | 0 | 0 |
| HSL | 248.44º | 1% | 0.74% | - |
| HSV(B) | 248.44º | 0.53% | 1% | - |
| XYZ | 35.41 | 26.14 | 97.79 | - |
| YUV | 141.07 | 192.29 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 255 | 0.45 | 0.53 | 0 | 0 | 248.44 | 1 | 0.74 |
| Hex | 8B | 78 | FF | 2D | 35 | 0 | 0 | F8 | 64 | 4A |
| Octal | 213 | 170 | 377 | 55 | 65 | 0 | 0 | 370 | 144 | 112 |
| Binary | 10001011 | 1111000 | 11111111 | 101101 | 110101 | 0 | 0 | 11111000 | 1100100 | 1001010 |
Color Harmonies of #8B78FF
Complementary color
Monochromatic Colors of #8B78FF
Black with #8B78FF
Text Example
Text Example
White with #8B78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B78FF; }
p { color: rgb(139,120,255); }
H1.HeaderClassName
{
color: #8B78FF;
}
.AnyTagClassName
{
color: #8B78FF;
}
</style>
background-color css
<style>
a { background-color: #8B78FF; }
a { background-color: rgb(139,120,255); }
div.DivClassName
{
background-color: #8B78FF;
}
.BgClassName
{
background-color: #8B78FF;
}
</style>
border-color css
<style>
span { border-color: #8B78FF; }
span { border-color: rgb(139,120,255); }
td.TdClassName
{
border-color: #8B78FF;
}
.TagClassName
{
border-color: #8B78FF;
}
</style>