Shades of Light Slate Blue #807CEF
Tints of Light Slate Blue #807CEF
RGB
CMYK
RGB Variations
Color information
#807CEF (or 0x807CEF) is known color: Light Slate Blue. HEX triplet: 80, 7C and EF. RGB value is (128,124,239). Sum of RGB (Red+Green+Blue) = 128+124+239=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #807CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807CEF is #7F8310. Grayscale: #898989. Windows color (decimal): -8356625 or 15694976. OLE color: 15694976.
HSL color Cylindrical-coordinate representation of color #807CEF: hue angle of 242.09º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #807CEF is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 124 | 239 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.06 |
| HSL | 242.09º | 0.78% | 0.71% | - |
| HSV(B) | 242.09º | 0.48% | 0.94% | - |
| XYZ | 31.69 | 25.24 | 84.86 | - |
| YUV | 138.31 | 184.83 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 239 | 0.46 | 0.48 | 0 | 0.06 | 242.09 | 0.78 | 0.71 |
| Hex | 80 | 7C | EF | 2E | 30 | 0 | 6 | F2 | 4E | 47 |
| Octal | 200 | 174 | 357 | 56 | 60 | 0 | 6 | 362 | 116 | 107 |
| Binary | 10000000 | 1111100 | 11101111 | 101110 | 110000 | 0 | 110 | 11110010 | 1001110 | 1000111 |
Color Harmonies of #807CEF
Complementary color
Monochromatic Colors of #807CEF
Black with #807CEF
Text Example
Text Example
White with #807CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CEF; }
p { color: rgb(128,124,239); }
H1.HeaderClassName
{
color: #807CEF;
}
.AnyTagClassName
{
color: #807CEF;
}
</style>
background-color css
<style>
a { background-color: #807CEF; }
a { background-color: rgb(128,124,239); }
div.DivClassName
{
background-color: #807CEF;
}
.BgClassName
{
background-color: #807CEF;
}
</style>
border-color css
<style>
span { border-color: #807CEF; }
span { border-color: rgb(128,124,239); }
td.TdClassName
{
border-color: #807CEF;
}
.TagClassName
{
border-color: #807CEF;
}
</style>