Shades of Light Slate Blue #9882FE
Tints of Light Slate Blue #9882FE
RGB
CMYK
RGB Variations
Color information
#9882FE (or 0x9882FE) is known color: Light Slate Blue. HEX triplet: 98, 82 and FE. RGB value is (152,130,254). Sum of RGB (Red+Green+Blue) = 152+130+254=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #9882FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9882FE is #677D01. Grayscale: #969696. Windows color (decimal): -6782210 or 16679576. OLE color: 16679576.
HSL color Cylindrical-coordinate representation of color #9882FE: hue angle of 250.65º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9882FE is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 130 | 254 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.00 |
| HSL | 250.65º | 0.98% | 0.75% | - |
| HSV(B) | 250.65º | 0.49% | 1% | - |
| XYZ | 38.82 | 29.8 | 97.47 | - |
| YUV | 150.71 | 186.29 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 254 | 0.40 | 0.49 | 0 | 0.00 | 250.65 | 0.98 | 0.75 |
| Hex | 98 | 82 | FE | 28 | 31 | 0 | 0 | FB | 62 | 4B |
| Octal | 230 | 202 | 376 | 50 | 61 | 0 | 0 | 373 | 142 | 113 |
| Binary | 10011000 | 10000010 | 11111110 | 101000 | 110001 | 0 | 0 | 11111011 | 1100010 | 1001011 |
Color Harmonies of #9882FE
Complementary color
Monochromatic Colors of #9882FE
Black with #9882FE
Text Example
Text Example
White with #9882FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9882FE; }
p { color: rgb(152,130,254); }
H1.HeaderClassName
{
color: #9882FE;
}
.AnyTagClassName
{
color: #9882FE;
}
</style>
background-color css
<style>
a { background-color: #9882FE; }
a { background-color: rgb(152,130,254); }
div.DivClassName
{
background-color: #9882FE;
}
.BgClassName
{
background-color: #9882FE;
}
</style>
border-color css
<style>
span { border-color: #9882FE; }
span { border-color: rgb(152,130,254); }
td.TdClassName
{
border-color: #9882FE;
}
.TagClassName
{
border-color: #9882FE;
}
</style>