Shades of Light Slate Blue #8B77F8
Tints of Light Slate Blue #8B77F8
RGB
CMYK
RGB Variations
Color information
#8B77F8 (or 0x8B77F8) is known color: Light Slate Blue. HEX triplet: 8B, 77 and F8. RGB value is (139,119,248). Sum of RGB (Red+Green+Blue) = 139+119+248=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #8B77F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B77F8 is #748807. Grayscale: #8B8B8B. Windows color (decimal): -7637000 or 16283531. OLE color: 16283531.
HSL color Cylindrical-coordinate representation of color #8B77F8: hue angle of 249.3º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B77F8 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 139 | 119 | 248 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.03 |
| HSL | 249.3º | 0.9% | 0.72% | - |
| HSV(B) | 249.3º | 0.52% | 0.97% | - |
| XYZ | 34.19 | 25.46 | 91.92 | - |
| YUV | 139.69 | 189.13 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 248 | 0.44 | 0.52 | 0 | 0.03 | 249.3 | 0.9 | 0.72 |
| Hex | 8B | 77 | F8 | 2C | 34 | 0 | 3 | F9 | 5A | 48 |
| Octal | 213 | 167 | 370 | 54 | 64 | 0 | 3 | 371 | 132 | 110 |
| Binary | 10001011 | 1110111 | 11111000 | 101100 | 110100 | 0 | 11 | 11111001 | 1011010 | 1001000 |
Color Harmonies of #8B77F8
Complementary color
Monochromatic Colors of #8B77F8
Black with #8B77F8
Text Example
Text Example
White with #8B77F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B77F8; }
p { color: rgb(139,119,248); }
H1.HeaderClassName
{
color: #8B77F8;
}
.AnyTagClassName
{
color: #8B77F8;
}
</style>
background-color css
<style>
a { background-color: #8B77F8; }
a { background-color: rgb(139,119,248); }
div.DivClassName
{
background-color: #8B77F8;
}
.BgClassName
{
background-color: #8B77F8;
}
</style>
border-color css
<style>
span { border-color: #8B77F8; }
span { border-color: rgb(139,119,248); }
td.TdClassName
{
border-color: #8B77F8;
}
.TagClassName
{
border-color: #8B77F8;
}
</style>