Shades of Light Slate Blue #8380EF
Tints of Light Slate Blue #8380EF
RGB
CMYK
RGB Variations
Color information
#8380EF (or 0x8380EF) is known color: Light Slate Blue. HEX triplet: 83, 80 and EF. RGB value is (131,128,239). Sum of RGB (Red+Green+Blue) = 131+128+239=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #8380EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8380EF is #7C7F10. Grayscale: #8D8D8D. Windows color (decimal): -8158993 or 15696003. OLE color: 15696003.
HSL color Cylindrical-coordinate representation of color #8380EF: hue angle of 241.62º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8380EF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 128 | 239 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.06 |
| HSL | 241.62º | 0.78% | 0.72% | - |
| HSV(B) | 241.62º | 0.46% | 0.94% | - |
| XYZ | 32.66 | 26.5 | 85.05 | - |
| YUV | 141.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 239 | 0.45 | 0.46 | 0 | 0.06 | 241.62 | 0.78 | 0.72 |
| Hex | 83 | 80 | EF | 2D | 2E | 0 | 6 | F2 | 4E | 48 |
| Octal | 203 | 200 | 357 | 55 | 56 | 0 | 6 | 362 | 116 | 110 |
| Binary | 10000011 | 10000000 | 11101111 | 101101 | 101110 | 0 | 110 | 11110010 | 1001110 | 1001000 |
Color Harmonies of #8380EF
Complementary color
Monochromatic Colors of #8380EF
Black with #8380EF
Text Example
Text Example
White with #8380EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8380EF; }
p { color: rgb(131,128,239); }
H1.HeaderClassName
{
color: #8380EF;
}
.AnyTagClassName
{
color: #8380EF;
}
</style>
background-color css
<style>
a { background-color: #8380EF; }
a { background-color: rgb(131,128,239); }
div.DivClassName
{
background-color: #8380EF;
}
.BgClassName
{
background-color: #8380EF;
}
</style>
border-color css
<style>
span { border-color: #8380EF; }
span { border-color: rgb(131,128,239); }
td.TdClassName
{
border-color: #8380EF;
}
.TagClassName
{
border-color: #8380EF;
}
</style>