Shades of Light Slate Blue #7B7CFF
Tints of Light Slate Blue #7B7CFF
RGB
CMYK
RGB Variations
Color information
#7B7CFF (or 0x7B7CFF) is known color: Light Slate Blue. HEX triplet: 7B, 7C and FF. RGB value is (123,124,255). Sum of RGB (Red+Green+Blue) = 123+124+255=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B7CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7CFF is #848300. Grayscale: #8A8A8A. Windows color (decimal): -8684289 or 16743547. OLE color: 16743547.
HSL color Cylindrical-coordinate representation of color #7B7CFF: hue angle of 239.55º 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 #7B7CFF is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 124 | 255 | - |
| CMYK | 0.52 | 0.51 | 0 | 0 |
| HSL | 239.55º | 1% | 0.74% | - |
| HSV(B) | 239.55º | 0.52% | 1% | - |
| XYZ | 33.43 | 25.85 | 97.83 | - |
| YUV | 138.64 | 193.67 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 124 | 255 | 0.52 | 0.51 | 0 | 0 | 239.55 | 1 | 0.74 |
| Hex | 7B | 7C | FF | 34 | 33 | 0 | 0 | F0 | 64 | 4A |
| Octal | 173 | 174 | 377 | 64 | 63 | 0 | 0 | 360 | 144 | 112 |
| Binary | 1111011 | 1111100 | 11111111 | 110100 | 110011 | 0 | 0 | 11110000 | 1100100 | 1001010 |
Color Harmonies of #7B7CFF
Complementary color
Monochromatic Colors of #7B7CFF
Black with #7B7CFF
Text Example
Text Example
White with #7B7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7CFF; }
p { color: rgb(123,124,255); }
H1.HeaderClassName
{
color: #7B7CFF;
}
.AnyTagClassName
{
color: #7B7CFF;
}
</style>
background-color css
<style>
a { background-color: #7B7CFF; }
a { background-color: rgb(123,124,255); }
div.DivClassName
{
background-color: #7B7CFF;
}
.BgClassName
{
background-color: #7B7CFF;
}
</style>
border-color css
<style>
span { border-color: #7B7CFF; }
span { border-color: rgb(123,124,255); }
td.TdClassName
{
border-color: #7B7CFF;
}
.TagClassName
{
border-color: #7B7CFF;
}
</style>