Shades of Light Slate Blue #8469F6
Tints of Light Slate Blue #8469F6
RGB
CMYK
RGB Variations
Color information
#8469F6 (or 0x8469F6) is known color: Light Slate Blue. HEX triplet: 84, 69 and F6. RGB value is (132,105,246). Sum of RGB (Red+Green+Blue) = 132+105+246=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #8469F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8469F6 is #7B9609. Grayscale: #808080. Windows color (decimal): -8099338 or 16148868. OLE color: 16148868.
HSL color Cylindrical-coordinate representation of color #8469F6: hue angle of 251.49º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8469F6 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 105 | 246 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.04 |
| HSL | 251.49º | 0.89% | 0.69% | - |
| HSV(B) | 251.49º | 0.57% | 0.96% | - |
| XYZ | 31.2 | 21.66 | 89.73 | - |
| YUV | 129.15 | 193.95 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 246 | 0.46 | 0.57 | 0 | 0.04 | 251.49 | 0.89 | 0.69 |
| Hex | 84 | 69 | F6 | 2E | 39 | 0 | 4 | FB | 59 | 45 |
| Octal | 204 | 151 | 366 | 56 | 71 | 0 | 4 | 373 | 131 | 105 |
| Binary | 10000100 | 1101001 | 11110110 | 101110 | 111001 | 0 | 100 | 11111011 | 1011001 | 1000101 |
Color Harmonies of #8469F6
Complementary color
Monochromatic Colors of #8469F6
Black with #8469F6
Text Example
Text Example
White with #8469F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8469F6; }
p { color: rgb(132,105,246); }
H1.HeaderClassName
{
color: #8469F6;
}
.AnyTagClassName
{
color: #8469F6;
}
</style>
background-color css
<style>
a { background-color: #8469F6; }
a { background-color: rgb(132,105,246); }
div.DivClassName
{
background-color: #8469F6;
}
.BgClassName
{
background-color: #8469F6;
}
</style>
border-color css
<style>
span { border-color: #8469F6; }
span { border-color: rgb(132,105,246); }
td.TdClassName
{
border-color: #8469F6;
}
.TagClassName
{
border-color: #8469F6;
}
</style>