Shades of Light Slate Blue #8464FF
Tints of Light Slate Blue #8464FF
RGB
CMYK
RGB Variations
Color information
#8464FF (or 0x8464FF) is known color: Light Slate Blue. HEX triplet: 84, 64 and FF. RGB value is (132,100,255). Sum of RGB (Red+Green+Blue) = 132+100+255=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #8464FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8464FF is #7B9B00. Grayscale: #7E7E7E. Windows color (decimal): -8100609 or 16737412. OLE color: 16737412.
HSL color Cylindrical-coordinate representation of color #8464FF: hue angle of 252.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8464FF is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 100 | 255 | - |
| CMYK | 0.48 | 0.61 | 0 | 0 |
| HSL | 252.39º | 1% | 0.7% | - |
| HSV(B) | 252.39º | 0.61% | 1% | - |
| XYZ | 32.12 | 21.24 | 97.01 | - |
| YUV | 127.24 | 200.1 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 255 | 0.48 | 0.61 | 0 | 0 | 252.39 | 1 | 0.7 |
| Hex | 84 | 64 | FF | 30 | 3D | 0 | 0 | FC | 64 | 46 |
| Octal | 204 | 144 | 377 | 60 | 75 | 0 | 0 | 374 | 144 | 106 |
| Binary | 10000100 | 1100100 | 11111111 | 110000 | 111101 | 0 | 0 | 11111100 | 1100100 | 1000110 |
Color Harmonies of #8464FF
Complementary color
Monochromatic Colors of #8464FF
Black with #8464FF
Text Example
Text Example
White with #8464FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8464FF; }
p { color: rgb(132,100,255); }
H1.HeaderClassName
{
color: #8464FF;
}
.AnyTagClassName
{
color: #8464FF;
}
</style>
background-color css
<style>
a { background-color: #8464FF; }
a { background-color: rgb(132,100,255); }
div.DivClassName
{
background-color: #8464FF;
}
.BgClassName
{
background-color: #8464FF;
}
</style>
border-color css
<style>
span { border-color: #8464FF; }
span { border-color: rgb(132,100,255); }
td.TdClassName
{
border-color: #8464FF;
}
.TagClassName
{
border-color: #8464FF;
}
</style>