Shades of Light Slate Blue #8380ED
Tints of Light Slate Blue #8380ED
RGB
CMYK
RGB Variations
Color information
#8380ED (or 0x8380ED) is known color: Light Slate Blue. HEX triplet: 83, 80 and ED. RGB value is (131,128,237). Sum of RGB (Red+Green+Blue) = 131+128+237=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #8380ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8380ED is #7C7F12. Grayscale: #8C8C8C. Windows color (decimal): -8158995 or 15564931. OLE color: 15564931.
HSL color Cylindrical-coordinate representation of color #8380ED: hue angle of 241.65º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8380ED is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 128 | 237 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.07 |
| HSL | 241.65º | 0.75% | 0.72% | - |
| HSV(B) | 241.65º | 0.46% | 0.93% | - |
| XYZ | 32.37 | 26.38 | 83.51 | - |
| YUV | 141.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 237 | 0.45 | 0.46 | 0 | 0.07 | 241.65 | 0.75 | 0.72 |
| Hex | 83 | 80 | ED | 2D | 2E | 0 | 7 | F2 | 4B | 48 |
| Octal | 203 | 200 | 355 | 55 | 56 | 0 | 7 | 362 | 113 | 110 |
| Binary | 10000011 | 10000000 | 11101101 | 101101 | 101110 | 0 | 111 | 11110010 | 1001011 | 1001000 |
Color Harmonies of #8380ED
Complementary color
Monochromatic Colors of #8380ED
Black with #8380ED
Text Example
Text Example
White with #8380ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8380ED; }
p { color: rgb(131,128,237); }
H1.HeaderClassName
{
color: #8380ED;
}
.AnyTagClassName
{
color: #8380ED;
}
</style>
background-color css
<style>
a { background-color: #8380ED; }
a { background-color: rgb(131,128,237); }
div.DivClassName
{
background-color: #8380ED;
}
.BgClassName
{
background-color: #8380ED;
}
</style>
border-color css
<style>
span { border-color: #8380ED; }
span { border-color: rgb(131,128,237); }
td.TdClassName
{
border-color: #8380ED;
}
.TagClassName
{
border-color: #8380ED;
}
</style>