Shades of Light Slate Blue #9464FA
Tints of Light Slate Blue #9464FA
RGB
CMYK
RGB Variations
Color information
#9464FA (or 0x9464FA) is known color: Light Slate Blue. HEX triplet: 94, 64 and FA. RGB value is (148,100,250). Sum of RGB (Red+Green+Blue) = 148+100+250=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #9464FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9464FA is #6B9B05. Grayscale: #828282. Windows color (decimal): -7052038 or 16409748. OLE color: 16409748.
HSL color Cylindrical-coordinate representation of color #9464FA: hue angle of 259.2º 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 #9464FA is Cyan = 0.41, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 100 | 250 | - |
| CMYK | 0.41 | 0.6 | 0 | 0.02 |
| HSL | 259.2º | 0.94% | 0.69% | - |
| HSV(B) | 259.2º | 0.6% | 0.98% | - |
| XYZ | 34.03 | 22.31 | 92.96 | - |
| YUV | 131.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 250 | 0.41 | 0.6 | 0 | 0.02 | 259.2 | 0.94 | 0.69 |
| Hex | 94 | 64 | FA | 29 | 3C | 0 | 2 | 103 | 5E | 45 |
| Octal | 224 | 144 | 372 | 51 | 74 | 0 | 2 | 403 | 136 | 105 |
| Binary | 10010100 | 1100100 | 11111010 | 101001 | 111100 | 0 | 10 | 100000011 | 1011110 | 1000101 |
Color Harmonies of #9464FA
Complementary color
Monochromatic Colors of #9464FA
Black with #9464FA
Text Example
Text Example
White with #9464FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9464FA; }
p { color: rgb(148,100,250); }
H1.HeaderClassName
{
color: #9464FA;
}
.AnyTagClassName
{
color: #9464FA;
}
</style>
background-color css
<style>
a { background-color: #9464FA; }
a { background-color: rgb(148,100,250); }
div.DivClassName
{
background-color: #9464FA;
}
.BgClassName
{
background-color: #9464FA;
}
</style>
border-color css
<style>
span { border-color: #9464FA; }
span { border-color: rgb(148,100,250); }
td.TdClassName
{
border-color: #9464FA;
}
.TagClassName
{
border-color: #9464FA;
}
</style>