Shades of Light Slate Blue #7E7BFF
Tints of Light Slate Blue #7E7BFF
RGB
CMYK
RGB Variations
Color information
#7E7BFF (or 0x7E7BFF) is known color: Light Slate Blue. HEX triplet: 7E, 7B and FF. RGB value is (126,123,255). Sum of RGB (Red+Green+Blue) = 126+123+255=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E7BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7BFF is #818400. Grayscale: #8A8A8A. Windows color (decimal): -8487937 or 16743294. OLE color: 16743294.
HSL color Cylindrical-coordinate representation of color #7E7BFF: hue angle of 241.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E7BFF is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 123 | 255 | - |
| CMYK | 0.51 | 0.52 | 0 | 0 |
| HSL | 241.36º | 1% | 0.74% | - |
| HSV(B) | 241.36º | 0.52% | 1% | - |
| XYZ | 33.74 | 25.82 | 97.81 | - |
| YUV | 138.95 | 193.49 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 255 | 0.51 | 0.52 | 0 | 0 | 241.36 | 1 | 0.74 |
| Hex | 7E | 7B | FF | 33 | 34 | 0 | 0 | F1 | 64 | 4A |
| Octal | 176 | 173 | 377 | 63 | 64 | 0 | 0 | 361 | 144 | 112 |
| Binary | 1111110 | 1111011 | 11111111 | 110011 | 110100 | 0 | 0 | 11110001 | 1100100 | 1001010 |
Color Harmonies of #7E7BFF
Complementary color
Monochromatic Colors of #7E7BFF
Black with #7E7BFF
Text Example
Text Example
White with #7E7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7BFF; }
p { color: rgb(126,123,255); }
H1.HeaderClassName
{
color: #7E7BFF;
}
.AnyTagClassName
{
color: #7E7BFF;
}
</style>
background-color css
<style>
a { background-color: #7E7BFF; }
a { background-color: rgb(126,123,255); }
div.DivClassName
{
background-color: #7E7BFF;
}
.BgClassName
{
background-color: #7E7BFF;
}
</style>
border-color css
<style>
span { border-color: #7E7BFF; }
span { border-color: rgb(126,123,255); }
td.TdClassName
{
border-color: #7E7BFF;
}
.TagClassName
{
border-color: #7E7BFF;
}
</style>