Shades of Light Slate Blue #8488FE
Tints of Light Slate Blue #8488FE
RGB
CMYK
RGB Variations
Color information
#8488FE (or 0x8488FE) is known color: Light Slate Blue. HEX triplet: 84, 88 and FE. RGB value is (132,136,254). Sum of RGB (Red+Green+Blue) = 132+136+254=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #8488FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8488FE is #7B7701. Grayscale: #939393. Windows color (decimal): -8091394 or 16681092. OLE color: 16681092.
HSL color Cylindrical-coordinate representation of color #8488FE: hue angle of 238.03º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8488FE is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 136 | 254 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.00 |
| HSL | 238.03º | 0.98% | 0.76% | - |
| HSV(B) | 238.03º | 0.48% | 1% | - |
| XYZ | 36.21 | 29.67 | 97.58 | - |
| YUV | 148.26 | 187.67 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 254 | 0.48 | 0.46 | 0 | 0.00 | 238.03 | 0.98 | 0.76 |
| Hex | 84 | 88 | FE | 30 | 2E | 0 | 0 | EE | 62 | 4C |
| Octal | 204 | 210 | 376 | 60 | 56 | 0 | 0 | 356 | 142 | 114 |
| Binary | 10000100 | 10001000 | 11111110 | 110000 | 101110 | 0 | 0 | 11101110 | 1100010 | 1001100 |
Color Harmonies of #8488FE
Complementary color
Monochromatic Colors of #8488FE
Black with #8488FE
Text Example
Text Example
White with #8488FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8488FE; }
p { color: rgb(132,136,254); }
H1.HeaderClassName
{
color: #8488FE;
}
.AnyTagClassName
{
color: #8488FE;
}
</style>
background-color css
<style>
a { background-color: #8488FE; }
a { background-color: rgb(132,136,254); }
div.DivClassName
{
background-color: #8488FE;
}
.BgClassName
{
background-color: #8488FE;
}
</style>
border-color css
<style>
span { border-color: #8488FE; }
span { border-color: rgb(132,136,254); }
td.TdClassName
{
border-color: #8488FE;
}
.TagClassName
{
border-color: #8488FE;
}
</style>