Shades of Light Slate Blue #878AFE
Tints of Light Slate Blue #878AFE
RGB
CMYK
RGB Variations
Color information
#878AFE (or 0x878AFE) is known color: Light Slate Blue. HEX triplet: 87, 8A and FE. RGB value is (135,138,254). Sum of RGB (Red+Green+Blue) = 135+138+254=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #878AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878AFE is #787501. Grayscale: #959595. Windows color (decimal): -7894274 or 16681607. OLE color: 16681607.
HSL color Cylindrical-coordinate representation of color #878AFE: hue angle of 238.49º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #878AFE is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 138 | 254 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.00 |
| HSL | 238.49º | 0.98% | 0.76% | - |
| HSV(B) | 238.49º | 0.47% | 1% | - |
| XYZ | 36.97 | 30.48 | 97.7 | - |
| YUV | 150.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 254 | 0.47 | 0.46 | 0 | 0.00 | 238.49 | 0.98 | 0.76 |
| Hex | 87 | 8A | FE | 2F | 2E | 0 | 0 | EE | 62 | 4C |
| Octal | 207 | 212 | 376 | 57 | 56 | 0 | 0 | 356 | 142 | 114 |
| Binary | 10000111 | 10001010 | 11111110 | 101111 | 101110 | 0 | 0 | 11101110 | 1100010 | 1001100 |
Color Harmonies of #878AFE
Complementary color
Monochromatic Colors of #878AFE
Black with #878AFE
Text Example
Text Example
White with #878AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878AFE; }
p { color: rgb(135,138,254); }
H1.HeaderClassName
{
color: #878AFE;
}
.AnyTagClassName
{
color: #878AFE;
}
</style>
background-color css
<style>
a { background-color: #878AFE; }
a { background-color: rgb(135,138,254); }
div.DivClassName
{
background-color: #878AFE;
}
.BgClassName
{
background-color: #878AFE;
}
</style>
border-color css
<style>
span { border-color: #878AFE; }
span { border-color: rgb(135,138,254); }
td.TdClassName
{
border-color: #878AFE;
}
.TagClassName
{
border-color: #878AFE;
}
</style>