Shades of Light Slate Blue #7B67FF
Tints of Light Slate Blue #7B67FF
RGB
CMYK
RGB Variations
Color information
#7B67FF (or 0x7B67FF) is known color: Light Slate Blue. HEX triplet: 7B, 67 and FF. RGB value is (123,103,255). Sum of RGB (Red+Green+Blue) = 123+103+255=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B67FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B67FF is #849800. Grayscale: #7D7D7D. Windows color (decimal): -8689665 or 16738171. OLE color: 16738171.
HSL color Cylindrical-coordinate representation of color #7B67FF: hue angle of 247.89º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B67FF is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 103 | 255 | - |
| CMYK | 0.52 | 0.60 | 0 | 0 |
| HSL | 247.89º | 1% | 0.7% | - |
| HSV(B) | 247.89º | 0.6% | 1% | - |
| XYZ | 31.07 | 21.13 | 97.05 | - |
| YUV | 126.31 | 200.63 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 255 | 0.52 | 0.60 | 0 | 0 | 247.89 | 1 | 0.7 |
| Hex | 7B | 67 | FF | 34 | 3C | 0 | 0 | F8 | 64 | 46 |
| Octal | 173 | 147 | 377 | 64 | 74 | 0 | 0 | 370 | 144 | 106 |
| Binary | 1111011 | 1100111 | 11111111 | 110100 | 111100 | 0 | 0 | 11111000 | 1100100 | 1000110 |
Color Harmonies of #7B67FF
Complementary color
Monochromatic Colors of #7B67FF
Black with #7B67FF
Text Example
Text Example
White with #7B67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B67FF; }
p { color: rgb(123,103,255); }
H1.HeaderClassName
{
color: #7B67FF;
}
.AnyTagClassName
{
color: #7B67FF;
}
</style>
background-color css
<style>
a { background-color: #7B67FF; }
a { background-color: rgb(123,103,255); }
div.DivClassName
{
background-color: #7B67FF;
}
.BgClassName
{
background-color: #7B67FF;
}
</style>
border-color css
<style>
span { border-color: #7B67FF; }
span { border-color: rgb(123,103,255); }
td.TdClassName
{
border-color: #7B67FF;
}
.TagClassName
{
border-color: #7B67FF;
}
</style>