Shades of Light Slate Blue #8063FF
Tints of Light Slate Blue #8063FF
RGB
CMYK
RGB Variations
Color information
#8063FF (or 0x8063FF) is known color: Light Slate Blue. HEX triplet: 80, 63 and FF. RGB value is (128,99,255). Sum of RGB (Red+Green+Blue) = 128+99+255=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #8063FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8063FF is #7F9C00. Grayscale: #7C7C7C. Windows color (decimal): -8363009 or 16737152. OLE color: 16737152.
HSL color Cylindrical-coordinate representation of color #8063FF: hue angle of 251.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8063FF is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 99 | 255 | - |
| CMYK | 0.50 | 0.61 | 0 | 0 |
| HSL | 251.15º | 1% | 0.69% | - |
| HSV(B) | 251.15º | 0.61% | 1% | - |
| XYZ | 31.41 | 20.73 | 96.95 | - |
| YUV | 125.46 | 201.11 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 255 | 0.50 | 0.61 | 0 | 0 | 251.15 | 1 | 0.69 |
| Hex | 80 | 63 | FF | 32 | 3D | 0 | 0 | FB | 64 | 45 |
| Octal | 200 | 143 | 377 | 62 | 75 | 0 | 0 | 373 | 144 | 105 |
| Binary | 10000000 | 1100011 | 11111111 | 110010 | 111101 | 0 | 0 | 11111011 | 1100100 | 1000101 |
Color Harmonies of #8063FF
Complementary color
Monochromatic Colors of #8063FF
Black with #8063FF
Text Example
Text Example
White with #8063FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063FF; }
p { color: rgb(128,99,255); }
H1.HeaderClassName
{
color: #8063FF;
}
.AnyTagClassName
{
color: #8063FF;
}
</style>
background-color css
<style>
a { background-color: #8063FF; }
a { background-color: rgb(128,99,255); }
div.DivClassName
{
background-color: #8063FF;
}
.BgClassName
{
background-color: #8063FF;
}
</style>
border-color css
<style>
span { border-color: #8063FF; }
span { border-color: rgb(128,99,255); }
td.TdClassName
{
border-color: #8063FF;
}
.TagClassName
{
border-color: #8063FF;
}
</style>