Shades of Light Slate Blue #7F68FA
Tints of Light Slate Blue #7F68FA
RGB
CMYK
RGB Variations
Color information
#7F68FA (or 0x7F68FA) is known color: Light Slate Blue. HEX triplet: 7F, 68 and FA. RGB value is (127,104,250). Sum of RGB (Red+Green+Blue) = 127+104+250=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F68FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F68FA is #809705. Grayscale: #7E7E7E. Windows color (decimal): -8427270 or 16410751. OLE color: 16410751.
HSL color Cylindrical-coordinate representation of color #7F68FA: hue angle of 249.45º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F68FA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 104 | 250 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.02 |
| HSL | 249.45º | 0.94% | 0.69% | - |
| HSV(B) | 249.45º | 0.58% | 0.98% | - |
| XYZ | 30.96 | 21.31 | 92.92 | - |
| YUV | 127.52 | 197.12 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 250 | 0.49 | 0.58 | 0 | 0.02 | 249.45 | 0.94 | 0.69 |
| Hex | 7F | 68 | FA | 31 | 3A | 0 | 2 | F9 | 5E | 45 |
| Octal | 177 | 150 | 372 | 61 | 72 | 0 | 2 | 371 | 136 | 105 |
| Binary | 1111111 | 1101000 | 11111010 | 110001 | 111010 | 0 | 10 | 11111001 | 1011110 | 1000101 |
Color Harmonies of #7F68FA
Complementary color
Monochromatic Colors of #7F68FA
Black with #7F68FA
Text Example
Text Example
White with #7F68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F68FA; }
p { color: rgb(127,104,250); }
H1.HeaderClassName
{
color: #7F68FA;
}
.AnyTagClassName
{
color: #7F68FA;
}
</style>
background-color css
<style>
a { background-color: #7F68FA; }
a { background-color: rgb(127,104,250); }
div.DivClassName
{
background-color: #7F68FA;
}
.BgClassName
{
background-color: #7F68FA;
}
</style>
border-color css
<style>
span { border-color: #7F68FA; }
span { border-color: rgb(127,104,250); }
td.TdClassName
{
border-color: #7F68FA;
}
.TagClassName
{
border-color: #7F68FA;
}
</style>