Shades of Light Slate Blue #8479F8
Tints of Light Slate Blue #8479F8
RGB
CMYK
RGB Variations
Color information
#8479F8 (or 0x8479F8) is known color: Light Slate Blue. HEX triplet: 84, 79 and F8. RGB value is (132,121,248). Sum of RGB (Red+Green+Blue) = 132+121+248=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #8479F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8479F8 is #7B8607. Grayscale: #8A8A8A. Windows color (decimal): -8095240 or 16284036. OLE color: 16284036.
HSL color Cylindrical-coordinate representation of color #8479F8: hue angle of 245.2º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8479F8 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 121 | 248 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.03 |
| HSL | 245.2º | 0.9% | 0.72% | - |
| HSV(B) | 245.2º | 0.51% | 0.97% | - |
| XYZ | 33.3 | 25.36 | 91.95 | - |
| YUV | 138.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 248 | 0.47 | 0.51 | 0 | 0.03 | 245.2 | 0.9 | 0.72 |
| Hex | 84 | 79 | F8 | 2F | 33 | 0 | 3 | F5 | 5A | 48 |
| Octal | 204 | 171 | 370 | 57 | 63 | 0 | 3 | 365 | 132 | 110 |
| Binary | 10000100 | 1111001 | 11111000 | 101111 | 110011 | 0 | 11 | 11110101 | 1011010 | 1001000 |
Color Harmonies of #8479F8
Complementary color
Monochromatic Colors of #8479F8
Black with #8479F8
Text Example
Text Example
White with #8479F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8479F8; }
p { color: rgb(132,121,248); }
H1.HeaderClassName
{
color: #8479F8;
}
.AnyTagClassName
{
color: #8479F8;
}
</style>
background-color css
<style>
a { background-color: #8479F8; }
a { background-color: rgb(132,121,248); }
div.DivClassName
{
background-color: #8479F8;
}
.BgClassName
{
background-color: #8479F8;
}
</style>
border-color css
<style>
span { border-color: #8479F8; }
span { border-color: rgb(132,121,248); }
td.TdClassName
{
border-color: #8479F8;
}
.TagClassName
{
border-color: #8479F8;
}
</style>