Shades of Light Slate Blue #8465FA
Tints of Light Slate Blue #8465FA
RGB
CMYK
RGB Variations
Color information
#8465FA (or 0x8465FA) is known color: Light Slate Blue. HEX triplet: 84, 65 and FA. RGB value is (132,101,250). Sum of RGB (Red+Green+Blue) = 132+101+250=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #8465FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8465FA is #7B9A05. Grayscale: #7E7E7E. Windows color (decimal): -8100358 or 16409988. OLE color: 16409988.
HSL color Cylindrical-coordinate representation of color #8465FA: hue angle of 252.48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8465FA is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 101 | 250 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.02 |
| HSL | 252.48º | 0.94% | 0.69% | - |
| HSV(B) | 252.48º | 0.6% | 0.98% | - |
| XYZ | 31.42 | 21.12 | 92.86 | - |
| YUV | 127.26 | 197.27 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 250 | 0.47 | 0.60 | 0 | 0.02 | 252.48 | 0.94 | 0.69 |
| Hex | 84 | 65 | FA | 2F | 3C | 0 | 2 | FC | 5E | 45 |
| Octal | 204 | 145 | 372 | 57 | 74 | 0 | 2 | 374 | 136 | 105 |
| Binary | 10000100 | 1100101 | 11111010 | 101111 | 111100 | 0 | 10 | 11111100 | 1011110 | 1000101 |
Color Harmonies of #8465FA
Complementary color
Monochromatic Colors of #8465FA
Black with #8465FA
Text Example
Text Example
White with #8465FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8465FA; }
p { color: rgb(132,101,250); }
H1.HeaderClassName
{
color: #8465FA;
}
.AnyTagClassName
{
color: #8465FA;
}
</style>
background-color css
<style>
a { background-color: #8465FA; }
a { background-color: rgb(132,101,250); }
div.DivClassName
{
background-color: #8465FA;
}
.BgClassName
{
background-color: #8465FA;
}
</style>
border-color css
<style>
span { border-color: #8465FA; }
span { border-color: rgb(132,101,250); }
td.TdClassName
{
border-color: #8465FA;
}
.TagClassName
{
border-color: #8465FA;
}
</style>