Shades of Light Slate Blue #807CF0
Tints of Light Slate Blue #807CF0
RGB
CMYK
RGB Variations
Color information
#807CF0 (or 0x807CF0) is known color: Light Slate Blue. HEX triplet: 80, 7C and F0. RGB value is (128,124,240). Sum of RGB (Red+Green+Blue) = 128+124+240=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #807CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807CF0 is #7F830F. Grayscale: #898989. Windows color (decimal): -8356624 or 15760512. OLE color: 15760512.
HSL color Cylindrical-coordinate representation of color #807CF0: hue angle of 242.07º degrees, saturation: 0.79, 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 #807CF0 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 124 | 240 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.06 |
| HSL | 242.07º | 0.79% | 0.71% | - |
| HSV(B) | 242.07º | 0.48% | 0.94% | - |
| XYZ | 31.84 | 25.3 | 85.64 | - |
| YUV | 138.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 240 | 0.47 | 0.48 | 0 | 0.06 | 242.07 | 0.79 | 0.71 |
| Hex | 80 | 7C | F0 | 2F | 30 | 0 | 6 | F2 | 4F | 47 |
| Octal | 200 | 174 | 360 | 57 | 60 | 0 | 6 | 362 | 117 | 107 |
| Binary | 10000000 | 1111100 | 11110000 | 101111 | 110000 | 0 | 110 | 11110010 | 1001111 | 1000111 |
Color Harmonies of #807CF0
Complementary color
Monochromatic Colors of #807CF0
Black with #807CF0
Text Example
Text Example
White with #807CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CF0; }
p { color: rgb(128,124,240); }
H1.HeaderClassName
{
color: #807CF0;
}
.AnyTagClassName
{
color: #807CF0;
}
</style>
background-color css
<style>
a { background-color: #807CF0; }
a { background-color: rgb(128,124,240); }
div.DivClassName
{
background-color: #807CF0;
}
.BgClassName
{
background-color: #807CF0;
}
</style>
border-color css
<style>
span { border-color: #807CF0; }
span { border-color: rgb(128,124,240); }
td.TdClassName
{
border-color: #807CF0;
}
.TagClassName
{
border-color: #807CF0;
}
</style>