Shades of Light Slate Blue #808CFD
Tints of Light Slate Blue #808CFD
RGB
CMYK
RGB Variations
Color information
#808CFD (or 0x808CFD) is known color: Light Slate Blue. HEX triplet: 80, 8C and FD. RGB value is (128,140,253). Sum of RGB (Red+Green+Blue) = 128+140+253=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #808CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808CFD is #7F7302. Grayscale: #949494. Windows color (decimal): -8352515 or 16616576. OLE color: 16616576.
HSL color Cylindrical-coordinate representation of color #808CFD: hue angle of 234.24º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808CFD is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 140 | 253 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.01 |
| HSL | 234.24º | 0.97% | 0.75% | - |
| HSV(B) | 234.24º | 0.49% | 0.99% | - |
| XYZ | 36.01 | 30.44 | 96.91 | - |
| YUV | 149.29 | 186.52 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 253 | 0.49 | 0.45 | 0 | 0.01 | 234.24 | 0.97 | 0.75 |
| Hex | 80 | 8C | FD | 31 | 2D | 0 | 1 | EA | 61 | 4B |
| Octal | 200 | 214 | 375 | 61 | 55 | 0 | 1 | 352 | 141 | 113 |
| Binary | 10000000 | 10001100 | 11111101 | 110001 | 101101 | 0 | 1 | 11101010 | 1100001 | 1001011 |
Color Harmonies of #808CFD
Complementary color
Monochromatic Colors of #808CFD
Black with #808CFD
Text Example
Text Example
White with #808CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CFD; }
p { color: rgb(128,140,253); }
H1.HeaderClassName
{
color: #808CFD;
}
.AnyTagClassName
{
color: #808CFD;
}
</style>
background-color css
<style>
a { background-color: #808CFD; }
a { background-color: rgb(128,140,253); }
div.DivClassName
{
background-color: #808CFD;
}
.BgClassName
{
background-color: #808CFD;
}
</style>
border-color css
<style>
span { border-color: #808CFD; }
span { border-color: rgb(128,140,253); }
td.TdClassName
{
border-color: #808CFD;
}
.TagClassName
{
border-color: #808CFD;
}
</style>