Shades of Light Slate Blue #7F67FF
Tints of Light Slate Blue #7F67FF
RGB
CMYK
RGB Variations
Color information
#7F67FF (or 0x7F67FF) is known color: Light Slate Blue. HEX triplet: 7F, 67 and FF. RGB value is (127,103,255). Sum of RGB (Red+Green+Blue) = 127+103+255=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F67FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F67FF is #809800. Grayscale: #7E7E7E. Windows color (decimal): -8427521 or 16738175. OLE color: 16738175.
HSL color Cylindrical-coordinate representation of color #7F67FF: hue angle of 249.47º 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 #7F67FF is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 103 | 255 | - |
| CMYK | 0.50 | 0.60 | 0 | 0 |
| HSL | 249.47º | 1% | 0.7% | - |
| HSV(B) | 249.47º | 0.6% | 1% | - |
| XYZ | 31.65 | 21.43 | 97.08 | - |
| YUV | 127.5 | 199.95 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 255 | 0.50 | 0.60 | 0 | 0 | 249.47 | 1 | 0.7 |
| Hex | 7F | 67 | FF | 32 | 3C | 0 | 0 | F9 | 64 | 46 |
| Octal | 177 | 147 | 377 | 62 | 74 | 0 | 0 | 371 | 144 | 106 |
| Binary | 1111111 | 1100111 | 11111111 | 110010 | 111100 | 0 | 0 | 11111001 | 1100100 | 1000110 |
Color Harmonies of #7F67FF
Complementary color
Monochromatic Colors of #7F67FF
Black with #7F67FF
Text Example
Text Example
White with #7F67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F67FF; }
p { color: rgb(127,103,255); }
H1.HeaderClassName
{
color: #7F67FF;
}
.AnyTagClassName
{
color: #7F67FF;
}
</style>
background-color css
<style>
a { background-color: #7F67FF; }
a { background-color: rgb(127,103,255); }
div.DivClassName
{
background-color: #7F67FF;
}
.BgClassName
{
background-color: #7F67FF;
}
</style>
border-color css
<style>
span { border-color: #7F67FF; }
span { border-color: rgb(127,103,255); }
td.TdClassName
{
border-color: #7F67FF;
}
.TagClassName
{
border-color: #7F67FF;
}
</style>