Shades of Light Slate Blue #8467FA
Tints of Light Slate Blue #8467FA
RGB
CMYK
RGB Variations
Color information
#8467FA (or 0x8467FA) is known color: Light Slate Blue. HEX triplet: 84, 67 and FA. RGB value is (132,103,250). Sum of RGB (Red+Green+Blue) = 132+103+250=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #8467FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8467FA is #7B9805. Grayscale: #7F7F7F. Windows color (decimal): -8099846 or 16410500. OLE color: 16410500.
HSL color Cylindrical-coordinate representation of color #8467FA: hue angle of 251.84º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8467FA is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 103 | 250 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.02 |
| HSL | 251.84º | 0.94% | 0.69% | - |
| HSV(B) | 251.84º | 0.59% | 0.98% | - |
| XYZ | 31.62 | 21.51 | 92.93 | - |
| YUV | 128.43 | 196.61 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 250 | 0.47 | 0.59 | 0 | 0.02 | 251.84 | 0.94 | 0.69 |
| Hex | 84 | 67 | FA | 2F | 3B | 0 | 2 | FC | 5E | 45 |
| Octal | 204 | 147 | 372 | 57 | 73 | 0 | 2 | 374 | 136 | 105 |
| Binary | 10000100 | 1100111 | 11111010 | 101111 | 111011 | 0 | 10 | 11111100 | 1011110 | 1000101 |
Color Harmonies of #8467FA
Complementary color
Monochromatic Colors of #8467FA
Black with #8467FA
Text Example
Text Example
White with #8467FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8467FA; }
p { color: rgb(132,103,250); }
H1.HeaderClassName
{
color: #8467FA;
}
.AnyTagClassName
{
color: #8467FA;
}
</style>
background-color css
<style>
a { background-color: #8467FA; }
a { background-color: rgb(132,103,250); }
div.DivClassName
{
background-color: #8467FA;
}
.BgClassName
{
background-color: #8467FA;
}
</style>
border-color css
<style>
span { border-color: #8467FA; }
span { border-color: rgb(132,103,250); }
td.TdClassName
{
border-color: #8467FA;
}
.TagClassName
{
border-color: #8467FA;
}
</style>