Shades of Light Slate Blue #7B67FD
Tints of Light Slate Blue #7B67FD
RGB
CMYK
RGB Variations
Color information
#7B67FD (or 0x7B67FD) is known color: Light Slate Blue. HEX triplet: 7B, 67 and FD. RGB value is (123,103,253). Sum of RGB (Red+Green+Blue) = 123+103+253=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B67FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B67FD is #849802. Grayscale: #7D7D7D. Windows color (decimal): -8689667 or 16607099. OLE color: 16607099.
HSL color Cylindrical-coordinate representation of color #7B67FD: hue angle of 248º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B67FD is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 103 | 253 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.01 |
| HSL | 248º | 0.97% | 0.7% | - |
| HSV(B) | 248º | 0.59% | 0.99% | - |
| XYZ | 30.75 | 21 | 95.36 | - |
| YUV | 126.08 | 199.63 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 253 | 0.51 | 0.59 | 0 | 0.01 | 248 | 0.97 | 0.7 |
| Hex | 7B | 67 | FD | 33 | 3B | 0 | 1 | F8 | 61 | 46 |
| Octal | 173 | 147 | 375 | 63 | 73 | 0 | 1 | 370 | 141 | 106 |
| Binary | 1111011 | 1100111 | 11111101 | 110011 | 111011 | 0 | 1 | 11111000 | 1100001 | 1000110 |
Color Harmonies of #7B67FD
Complementary color
Monochromatic Colors of #7B67FD
Black with #7B67FD
Text Example
Text Example
White with #7B67FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B67FD; }
p { color: rgb(123,103,253); }
H1.HeaderClassName
{
color: #7B67FD;
}
.AnyTagClassName
{
color: #7B67FD;
}
</style>
background-color css
<style>
a { background-color: #7B67FD; }
a { background-color: rgb(123,103,253); }
div.DivClassName
{
background-color: #7B67FD;
}
.BgClassName
{
background-color: #7B67FD;
}
</style>
border-color css
<style>
span { border-color: #7B67FD; }
span { border-color: rgb(123,103,253); }
td.TdClassName
{
border-color: #7B67FD;
}
.TagClassName
{
border-color: #7B67FD;
}
</style>