Shades of Light Slate Blue #8474F1
Tints of Light Slate Blue #8474F1
RGB
CMYK
RGB Variations
Color information
#8474F1 (or 0x8474F1) is known color: Light Slate Blue. HEX triplet: 84, 74 and F1. RGB value is (132,116,241). Sum of RGB (Red+Green+Blue) = 132+116+241=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #8474F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8474F1 is #7B8B0E. Grayscale: #868686. Windows color (decimal): -8096527 or 15824004. OLE color: 15824004.
HSL color Cylindrical-coordinate representation of color #8474F1: hue angle of 247.68º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8474F1 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 116 | 241 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.05 |
| HSL | 247.68º | 0.82% | 0.7% | - |
| HSV(B) | 247.68º | 0.52% | 0.95% | - |
| XYZ | 31.64 | 23.75 | 86.14 | - |
| YUV | 135.03 | 187.8 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 241 | 0.45 | 0.52 | 0 | 0.05 | 247.68 | 0.82 | 0.7 |
| Hex | 84 | 74 | F1 | 2D | 34 | 0 | 5 | F8 | 52 | 46 |
| Octal | 204 | 164 | 361 | 55 | 64 | 0 | 5 | 370 | 122 | 106 |
| Binary | 10000100 | 1110100 | 11110001 | 101101 | 110100 | 0 | 101 | 11111000 | 1010010 | 1000110 |
Color Harmonies of #8474F1
Complementary color
Monochromatic Colors of #8474F1
Black with #8474F1
Text Example
Text Example
White with #8474F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474F1; }
p { color: rgb(132,116,241); }
H1.HeaderClassName
{
color: #8474F1;
}
.AnyTagClassName
{
color: #8474F1;
}
</style>
background-color css
<style>
a { background-color: #8474F1; }
a { background-color: rgb(132,116,241); }
div.DivClassName
{
background-color: #8474F1;
}
.BgClassName
{
background-color: #8474F1;
}
</style>
border-color css
<style>
span { border-color: #8474F1; }
span { border-color: rgb(132,116,241); }
td.TdClassName
{
border-color: #8474F1;
}
.TagClassName
{
border-color: #8474F1;
}
</style>