Shades of Light Slate Blue #805FFD
Tints of Light Slate Blue #805FFD
RGB
CMYK
RGB Variations
Color information
#805FFD (or 0x805FFD) is known color: Light Slate Blue. HEX triplet: 80, 5F and FD. RGB value is (128,95,253). Sum of RGB (Red+Green+Blue) = 128+95+253=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #805FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805FFD is #7FA002. Grayscale: #7A7A7A. Windows color (decimal): -8364035 or 16605056. OLE color: 16605056.
HSL color Cylindrical-coordinate representation of color #805FFD: hue angle of 252.53º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805FFD is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 95 | 253 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.01 |
| HSL | 252.53º | 0.98% | 0.68% | - |
| HSV(B) | 252.53º | 0.62% | 0.99% | - |
| XYZ | 30.72 | 19.87 | 95.14 | - |
| YUV | 122.88 | 201.43 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 253 | 0.49 | 0.62 | 0 | 0.01 | 252.53 | 0.98 | 0.68 |
| Hex | 80 | 5F | FD | 31 | 3E | 0 | 1 | FD | 62 | 44 |
| Octal | 200 | 137 | 375 | 61 | 76 | 0 | 1 | 375 | 142 | 104 |
| Binary | 10000000 | 1011111 | 11111101 | 110001 | 111110 | 0 | 1 | 11111101 | 1100010 | 1000100 |
Color Harmonies of #805FFD
Complementary color
Monochromatic Colors of #805FFD
Black with #805FFD
Text Example
Text Example
White with #805FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FFD; }
p { color: rgb(128,95,253); }
H1.HeaderClassName
{
color: #805FFD;
}
.AnyTagClassName
{
color: #805FFD;
}
</style>
background-color css
<style>
a { background-color: #805FFD; }
a { background-color: rgb(128,95,253); }
div.DivClassName
{
background-color: #805FFD;
}
.BgClassName
{
background-color: #805FFD;
}
</style>
border-color css
<style>
span { border-color: #805FFD; }
span { border-color: rgb(128,95,253); }
td.TdClassName
{
border-color: #805FFD;
}
.TagClassName
{
border-color: #805FFD;
}
</style>