Shades of Light Slate Blue #8874FF
Tints of Light Slate Blue #8874FF
RGB
CMYK
RGB Variations
Color information
#8874FF (or 0x8874FF) is known color: Light Slate Blue. HEX triplet: 88, 74 and FF. RGB value is (136,116,255). Sum of RGB (Red+Green+Blue) = 136+116+255=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #8874FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8874FF is #778B00. Grayscale: #898989. Windows color (decimal): -7834369 or 16741512. OLE color: 16741512.
HSL color Cylindrical-coordinate representation of color #8874FF: hue angle of 248.63º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8874FF is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 116 | 255 | - |
| CMYK | 0.47 | 0.55 | 0 | 0 |
| HSL | 248.63º | 1% | 0.73% | - |
| HSV(B) | 248.63º | 0.55% | 1% | - |
| XYZ | 34.45 | 24.95 | 97.61 | - |
| YUV | 137.83 | 194.13 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 255 | 0.47 | 0.55 | 0 | 0 | 248.63 | 1 | 0.73 |
| Hex | 88 | 74 | FF | 2F | 37 | 0 | 0 | F9 | 64 | 49 |
| Octal | 210 | 164 | 377 | 57 | 67 | 0 | 0 | 371 | 144 | 111 |
| Binary | 10001000 | 1110100 | 11111111 | 101111 | 110111 | 0 | 0 | 11111001 | 1100100 | 1001001 |
Color Harmonies of #8874FF
Complementary color
Monochromatic Colors of #8874FF
Black with #8874FF
Text Example
Text Example
White with #8874FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8874FF; }
p { color: rgb(136,116,255); }
H1.HeaderClassName
{
color: #8874FF;
}
.AnyTagClassName
{
color: #8874FF;
}
</style>
background-color css
<style>
a { background-color: #8874FF; }
a { background-color: rgb(136,116,255); }
div.DivClassName
{
background-color: #8874FF;
}
.BgClassName
{
background-color: #8874FF;
}
</style>
border-color css
<style>
span { border-color: #8874FF; }
span { border-color: rgb(136,116,255); }
td.TdClassName
{
border-color: #8874FF;
}
.TagClassName
{
border-color: #8874FF;
}
</style>