Shades of Light Slate Blue #7E65FB
Tints of Light Slate Blue #7E65FB
RGB
CMYK
RGB Variations
Color information
#7E65FB (or 0x7E65FB) is known color: Light Slate Blue. HEX triplet: 7E, 65 and FB. RGB value is (126,101,251). Sum of RGB (Red+Green+Blue) = 126+101+251=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E65FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E65FB is #819A04. Grayscale: #7C7C7C. Windows color (decimal): -8493573 or 16475518. OLE color: 16475518.
HSL color Cylindrical-coordinate representation of color #7E65FB: hue angle of 250º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E65FB is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 101 | 251 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.02 |
| HSL | 250º | 0.95% | 0.69% | - |
| HSV(B) | 250º | 0.6% | 0.98% | - |
| XYZ | 30.67 | 20.71 | 93.65 | - |
| YUV | 125.58 | 198.78 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 251 | 0.50 | 0.60 | 0 | 0.02 | 250 | 0.95 | 0.69 |
| Hex | 7E | 65 | FB | 32 | 3C | 0 | 2 | FA | 5F | 45 |
| Octal | 176 | 145 | 373 | 62 | 74 | 0 | 2 | 372 | 137 | 105 |
| Binary | 1111110 | 1100101 | 11111011 | 110010 | 111100 | 0 | 10 | 11111010 | 1011111 | 1000101 |
Color Harmonies of #7E65FB
Complementary color
Monochromatic Colors of #7E65FB
Black with #7E65FB
Text Example
Text Example
White with #7E65FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E65FB; }
p { color: rgb(126,101,251); }
H1.HeaderClassName
{
color: #7E65FB;
}
.AnyTagClassName
{
color: #7E65FB;
}
</style>
background-color css
<style>
a { background-color: #7E65FB; }
a { background-color: rgb(126,101,251); }
div.DivClassName
{
background-color: #7E65FB;
}
.BgClassName
{
background-color: #7E65FB;
}
</style>
border-color css
<style>
span { border-color: #7E65FB; }
span { border-color: rgb(126,101,251); }
td.TdClassName
{
border-color: #7E65FB;
}
.TagClassName
{
border-color: #7E65FB;
}
</style>