Shades of Light Slate Blue #828FFF
Tints of Light Slate Blue #828FFF
RGB
CMYK
RGB Variations
Color information
#828FFF (or 0x828FFF) is known color: Light Slate Blue. HEX triplet: 82, 8F and FF. RGB value is (130,143,255). Sum of RGB (Red+Green+Blue) = 130+143+255=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #828FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FFF is #7D7000. Grayscale: #979797. Windows color (decimal): -8220673 or 16748418. OLE color: 16748418.
HSL color Cylindrical-coordinate representation of color #828FFF: hue angle of 233.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #828FFF is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 143 | 255 | - |
| CMYK | 0.49 | 0.44 | 0 | 0 |
| HSL | 233.76º | 1% | 0.75% | - |
| HSV(B) | 233.76º | 0.49% | 1% | - |
| XYZ | 37.08 | 31.61 | 98.75 | - |
| YUV | 151.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 255 | 0.49 | 0.44 | 0 | 0 | 233.76 | 1 | 0.75 |
| Hex | 82 | 8F | FF | 31 | 2C | 0 | 0 | EA | 64 | 4B |
| Octal | 202 | 217 | 377 | 61 | 54 | 0 | 0 | 352 | 144 | 113 |
| Binary | 10000010 | 10001111 | 11111111 | 110001 | 101100 | 0 | 0 | 11101010 | 1100100 | 1001011 |
Color Harmonies of #828FFF
Complementary color
Monochromatic Colors of #828FFF
Black with #828FFF
Text Example
Text Example
White with #828FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FFF; }
p { color: rgb(130,143,255); }
H1.HeaderClassName
{
color: #828FFF;
}
.AnyTagClassName
{
color: #828FFF;
}
</style>
background-color css
<style>
a { background-color: #828FFF; }
a { background-color: rgb(130,143,255); }
div.DivClassName
{
background-color: #828FFF;
}
.BgClassName
{
background-color: #828FFF;
}
</style>
border-color css
<style>
span { border-color: #828FFF; }
span { border-color: rgb(130,143,255); }
td.TdClassName
{
border-color: #828FFF;
}
.TagClassName
{
border-color: #828FFF;
}
</style>