Shades of Light Slate Blue #8380FA
Tints of Light Slate Blue #8380FA
RGB
CMYK
RGB Variations
Color information
#8380FA (or 0x8380FA) is known color: Light Slate Blue. HEX triplet: 83, 80 and FA. RGB value is (131,128,250). Sum of RGB (Red+Green+Blue) = 131+128+250=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #8380FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8380FA is #7C7F05. Grayscale: #8E8E8E. Windows color (decimal): -8158982 or 16416899. OLE color: 16416899.
HSL color Cylindrical-coordinate representation of color #8380FA: hue angle of 241.48º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8380FA is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 128 | 250 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.02 |
| HSL | 241.48º | 0.92% | 0.74% | - |
| HSV(B) | 241.48º | 0.49% | 0.98% | - |
| XYZ | 34.33 | 27.17 | 93.88 | - |
| YUV | 142.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 250 | 0.48 | 0.49 | 0 | 0.02 | 241.48 | 0.92 | 0.74 |
| Hex | 83 | 80 | FA | 30 | 31 | 0 | 2 | F1 | 5C | 4A |
| Octal | 203 | 200 | 372 | 60 | 61 | 0 | 2 | 361 | 134 | 112 |
| Binary | 10000011 | 10000000 | 11111010 | 110000 | 110001 | 0 | 10 | 11110001 | 1011100 | 1001010 |
Color Harmonies of #8380FA
Complementary color
Monochromatic Colors of #8380FA
Black with #8380FA
Text Example
Text Example
White with #8380FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8380FA; }
p { color: rgb(131,128,250); }
H1.HeaderClassName
{
color: #8380FA;
}
.AnyTagClassName
{
color: #8380FA;
}
</style>
background-color css
<style>
a { background-color: #8380FA; }
a { background-color: rgb(131,128,250); }
div.DivClassName
{
background-color: #8380FA;
}
.BgClassName
{
background-color: #8380FA;
}
</style>
border-color css
<style>
span { border-color: #8380FA; }
span { border-color: rgb(131,128,250); }
td.TdClassName
{
border-color: #8380FA;
}
.TagClassName
{
border-color: #8380FA;
}
</style>