Shades of Light Slate Blue #8476F2
Tints of Light Slate Blue #8476F2
RGB
CMYK
RGB Variations
Color information
#8476F2 (or 0x8476F2) is known color: Light Slate Blue. HEX triplet: 84, 76 and F2. RGB value is (132,118,242). Sum of RGB (Red+Green+Blue) = 132+118+242=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #8476F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8476F2 is #7B890D. Grayscale: #878787. Windows color (decimal): -8096014 or 15890052. OLE color: 15890052.
HSL color Cylindrical-coordinate representation of color #8476F2: hue angle of 246.77º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8476F2 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 118 | 242 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.05 |
| HSL | 246.77º | 0.83% | 0.71% | - |
| HSV(B) | 246.77º | 0.51% | 0.95% | - |
| XYZ | 32.02 | 24.27 | 87 | - |
| YUV | 136.32 | 187.64 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 242 | 0.45 | 0.51 | 0 | 0.05 | 246.77 | 0.83 | 0.71 |
| Hex | 84 | 76 | F2 | 2D | 33 | 0 | 5 | F7 | 53 | 47 |
| Octal | 204 | 166 | 362 | 55 | 63 | 0 | 5 | 367 | 123 | 107 |
| Binary | 10000100 | 1110110 | 11110010 | 101101 | 110011 | 0 | 101 | 11110111 | 1010011 | 1000111 |
Color Harmonies of #8476F2
Complementary color
Monochromatic Colors of #8476F2
Black with #8476F2
Text Example
Text Example
White with #8476F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8476F2; }
p { color: rgb(132,118,242); }
H1.HeaderClassName
{
color: #8476F2;
}
.AnyTagClassName
{
color: #8476F2;
}
</style>
background-color css
<style>
a { background-color: #8476F2; }
a { background-color: rgb(132,118,242); }
div.DivClassName
{
background-color: #8476F2;
}
.BgClassName
{
background-color: #8476F2;
}
</style>
border-color css
<style>
span { border-color: #8476F2; }
span { border-color: rgb(132,118,242); }
td.TdClassName
{
border-color: #8476F2;
}
.TagClassName
{
border-color: #8476F2;
}
</style>