Shades of Light Slate Blue #8067FF
Tints of Light Slate Blue #8067FF
RGB
CMYK
RGB Variations
Color information
#8067FF (or 0x8067FF) is known color: Light Slate Blue. HEX triplet: 80, 67 and FF. RGB value is (128,103,255). Sum of RGB (Red+Green+Blue) = 128+103+255=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #8067FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8067FF is #7F9800. Grayscale: #7F7F7F. Windows color (decimal): -8361985 or 16738176. OLE color: 16738176.
HSL color Cylindrical-coordinate representation of color #8067FF: hue angle of 249.87º 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 #8067FF is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 103 | 255 | - |
| CMYK | 0.50 | 0.60 | 0 | 0 |
| HSL | 249.87º | 1% | 0.7% | - |
| HSV(B) | 249.87º | 0.6% | 1% | - |
| XYZ | 31.8 | 21.51 | 97.08 | - |
| YUV | 127.8 | 199.78 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 255 | 0.50 | 0.60 | 0 | 0 | 249.87 | 1 | 0.7 |
| Hex | 80 | 67 | FF | 32 | 3C | 0 | 0 | FA | 64 | 46 |
| Octal | 200 | 147 | 377 | 62 | 74 | 0 | 0 | 372 | 144 | 106 |
| Binary | 10000000 | 1100111 | 11111111 | 110010 | 111100 | 0 | 0 | 11111010 | 1100100 | 1000110 |
Color Harmonies of #8067FF
Complementary color
Monochromatic Colors of #8067FF
Black with #8067FF
Text Example
Text Example
White with #8067FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8067FF; }
p { color: rgb(128,103,255); }
H1.HeaderClassName
{
color: #8067FF;
}
.AnyTagClassName
{
color: #8067FF;
}
</style>
background-color css
<style>
a { background-color: #8067FF; }
a { background-color: rgb(128,103,255); }
div.DivClassName
{
background-color: #8067FF;
}
.BgClassName
{
background-color: #8067FF;
}
</style>
border-color css
<style>
span { border-color: #8067FF; }
span { border-color: rgb(128,103,255); }
td.TdClassName
{
border-color: #8067FF;
}
.TagClassName
{
border-color: #8067FF;
}
</style>