Shades of Light Slate Blue #8065FE
Tints of Light Slate Blue #8065FE
RGB
CMYK
RGB Variations
Color information
#8065FE (or 0x8065FE) is known color: Light Slate Blue. HEX triplet: 80, 65 and FE. RGB value is (128,101,254). Sum of RGB (Red+Green+Blue) = 128+101+254=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #8065FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8065FE is #7F9A01. Grayscale: #7D7D7D. Windows color (decimal): -8362498 or 16672128. OLE color: 16672128.
HSL color Cylindrical-coordinate representation of color #8065FE: hue angle of 250.59º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8065FE is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 101 | 254 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.00 |
| HSL | 250.59º | 0.99% | 0.7% | - |
| HSV(B) | 250.59º | 0.6% | 1% | - |
| XYZ | 31.45 | 21.05 | 96.17 | - |
| YUV | 126.52 | 199.95 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 254 | 0.50 | 0.60 | 0 | 0.00 | 250.59 | 0.99 | 0.7 |
| Hex | 80 | 65 | FE | 32 | 3C | 0 | 0 | FB | 63 | 46 |
| Octal | 200 | 145 | 376 | 62 | 74 | 0 | 0 | 373 | 143 | 106 |
| Binary | 10000000 | 1100101 | 11111110 | 110010 | 111100 | 0 | 0 | 11111011 | 1100011 | 1000110 |
Color Harmonies of #8065FE
Complementary color
Monochromatic Colors of #8065FE
Black with #8065FE
Text Example
Text Example
White with #8065FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8065FE; }
p { color: rgb(128,101,254); }
H1.HeaderClassName
{
color: #8065FE;
}
.AnyTagClassName
{
color: #8065FE;
}
</style>
background-color css
<style>
a { background-color: #8065FE; }
a { background-color: rgb(128,101,254); }
div.DivClassName
{
background-color: #8065FE;
}
.BgClassName
{
background-color: #8065FE;
}
</style>
border-color css
<style>
span { border-color: #8065FE; }
span { border-color: rgb(128,101,254); }
td.TdClassName
{
border-color: #8065FE;
}
.TagClassName
{
border-color: #8065FE;
}
</style>