Shades of Light Slate Blue #7D63FE
Tints of Light Slate Blue #7D63FE
RGB
CMYK
RGB Variations
Color information
#7D63FE (or 0x7D63FE) is known color: Light Slate Blue. HEX triplet: 7D, 63 and FE. RGB value is (125,99,254). Sum of RGB (Red+Green+Blue) = 125+99+254=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D63FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D63FE is #829C01. Grayscale: #7B7B7B. Windows color (decimal): -8559618 or 16671613. OLE color: 16671613.
HSL color Cylindrical-coordinate representation of color #7D63FE: hue angle of 250.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D63FE is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 99 | 254 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.00 |
| HSL | 250.06º | 0.99% | 0.69% | - |
| HSV(B) | 250.06º | 0.61% | 1% | - |
| XYZ | 30.81 | 20.44 | 96.09 | - |
| YUV | 124.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 254 | 0.51 | 0.61 | 0 | 0.00 | 250.06 | 0.99 | 0.69 |
| Hex | 7D | 63 | FE | 33 | 3D | 0 | 0 | FA | 63 | 45 |
| Octal | 175 | 143 | 376 | 63 | 75 | 0 | 0 | 372 | 143 | 105 |
| Binary | 1111101 | 1100011 | 11111110 | 110011 | 111101 | 0 | 0 | 11111010 | 1100011 | 1000101 |
Color Harmonies of #7D63FE
Complementary color
Monochromatic Colors of #7D63FE
Black with #7D63FE
Text Example
Text Example
White with #7D63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D63FE; }
p { color: rgb(125,99,254); }
H1.HeaderClassName
{
color: #7D63FE;
}
.AnyTagClassName
{
color: #7D63FE;
}
</style>
background-color css
<style>
a { background-color: #7D63FE; }
a { background-color: rgb(125,99,254); }
div.DivClassName
{
background-color: #7D63FE;
}
.BgClassName
{
background-color: #7D63FE;
}
</style>
border-color css
<style>
span { border-color: #7D63FE; }
span { border-color: rgb(125,99,254); }
td.TdClassName
{
border-color: #7D63FE;
}
.TagClassName
{
border-color: #7D63FE;
}
</style>