Shades of Light Slate Blue #807FFC
Tints of Light Slate Blue #807FFC
RGB
CMYK
RGB Variations
Color information
#807FFC (or 0x807FFC) is known color: Light Slate Blue. HEX triplet: 80, 7F and FC. RGB value is (128,127,252). Sum of RGB (Red+Green+Blue) = 128+127+252=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #807FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807FFC is #7F8003. Grayscale: #8D8D8D. Windows color (decimal): -8355844 or 16547712. OLE color: 16547712.
HSL color Cylindrical-coordinate representation of color #807FFC: hue angle of 240.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #807FFC is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 127 | 252 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.01 |
| HSL | 240.48º | 0.95% | 0.74% | - |
| HSV(B) | 240.48º | 0.5% | 0.99% | - |
| XYZ | 34.06 | 26.8 | 95.47 | - |
| YUV | 141.55 | 190.33 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 252 | 0.49 | 0.50 | 0 | 0.01 | 240.48 | 0.95 | 0.74 |
| Hex | 80 | 7F | FC | 31 | 32 | 0 | 1 | F0 | 5F | 4A |
| Octal | 200 | 177 | 374 | 61 | 62 | 0 | 1 | 360 | 137 | 112 |
| Binary | 10000000 | 1111111 | 11111100 | 110001 | 110010 | 0 | 1 | 11110000 | 1011111 | 1001010 |
Color Harmonies of #807FFC
Complementary color
Monochromatic Colors of #807FFC
Black with #807FFC
Text Example
Text Example
White with #807FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FFC; }
p { color: rgb(128,127,252); }
H1.HeaderClassName
{
color: #807FFC;
}
.AnyTagClassName
{
color: #807FFC;
}
</style>
background-color css
<style>
a { background-color: #807FFC; }
a { background-color: rgb(128,127,252); }
div.DivClassName
{
background-color: #807FFC;
}
.BgClassName
{
background-color: #807FFC;
}
</style>
border-color css
<style>
span { border-color: #807FFC; }
span { border-color: rgb(128,127,252); }
td.TdClassName
{
border-color: #807FFC;
}
.TagClassName
{
border-color: #807FFC;
}
</style>