Shades of Light Slate Blue #807CFA
Tints of Light Slate Blue #807CFA
RGB
CMYK
RGB Variations
Color information
#807CFA (or 0x807CFA) is known color: Light Slate Blue. HEX triplet: 80, 7C and FA. RGB value is (128,124,250). Sum of RGB (Red+Green+Blue) = 128+124+250=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #807CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807CFA is #7F8305. Grayscale: #8B8B8B. Windows color (decimal): -8356614 or 16415872. OLE color: 16415872.
HSL color Cylindrical-coordinate representation of color #807CFA: hue angle of 241.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #807CFA is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 124 | 250 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.02 |
| HSL | 241.9º | 0.93% | 0.73% | - |
| HSV(B) | 241.9º | 0.5% | 0.98% | - |
| XYZ | 33.37 | 25.91 | 93.68 | - |
| YUV | 139.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 250 | 0.49 | 0.50 | 0 | 0.02 | 241.9 | 0.93 | 0.73 |
| Hex | 80 | 7C | FA | 31 | 32 | 0 | 2 | F2 | 5D | 49 |
| Octal | 200 | 174 | 372 | 61 | 62 | 0 | 2 | 362 | 135 | 111 |
| Binary | 10000000 | 1111100 | 11111010 | 110001 | 110010 | 0 | 10 | 11110010 | 1011101 | 1001001 |
Color Harmonies of #807CFA
Complementary color
Monochromatic Colors of #807CFA
Black with #807CFA
Text Example
Text Example
White with #807CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CFA; }
p { color: rgb(128,124,250); }
H1.HeaderClassName
{
color: #807CFA;
}
.AnyTagClassName
{
color: #807CFA;
}
</style>
background-color css
<style>
a { background-color: #807CFA; }
a { background-color: rgb(128,124,250); }
div.DivClassName
{
background-color: #807CFA;
}
.BgClassName
{
background-color: #807CFA;
}
</style>
border-color css
<style>
span { border-color: #807CFA; }
span { border-color: rgb(128,124,250); }
td.TdClassName
{
border-color: #807CFA;
}
.TagClassName
{
border-color: #807CFA;
}
</style>