Shades of Light Slate Blue #9464FC
Tints of Light Slate Blue #9464FC
RGB
CMYK
RGB Variations
Color information
#9464FC (or 0x9464FC) is known color: Light Slate Blue. HEX triplet: 94, 64 and FC. RGB value is (148,100,252). Sum of RGB (Red+Green+Blue) = 148+100+252=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #9464FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9464FC is #6B9B03. Grayscale: #838383. Windows color (decimal): -7052036 or 16540820. OLE color: 16540820.
HSL color Cylindrical-coordinate representation of color #9464FC: hue angle of 258.95º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9464FC is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 100 | 252 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.01 |
| HSL | 258.95º | 0.96% | 0.69% | - |
| HSV(B) | 258.95º | 0.6% | 0.99% | - |
| XYZ | 34.34 | 22.44 | 94.62 | - |
| YUV | 131.68 | 195.9 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 252 | 0.41 | 0.60 | 0 | 0.01 | 258.95 | 0.96 | 0.69 |
| Hex | 94 | 64 | FC | 29 | 3C | 0 | 1 | 103 | 60 | 45 |
| Octal | 224 | 144 | 374 | 51 | 74 | 0 | 1 | 403 | 140 | 105 |
| Binary | 10010100 | 1100100 | 11111100 | 101001 | 111100 | 0 | 1 | 100000011 | 1100000 | 1000101 |
Color Harmonies of #9464FC
Complementary color
Monochromatic Colors of #9464FC
Black with #9464FC
Text Example
Text Example
White with #9464FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9464FC; }
p { color: rgb(148,100,252); }
H1.HeaderClassName
{
color: #9464FC;
}
.AnyTagClassName
{
color: #9464FC;
}
</style>
background-color css
<style>
a { background-color: #9464FC; }
a { background-color: rgb(148,100,252); }
div.DivClassName
{
background-color: #9464FC;
}
.BgClassName
{
background-color: #9464FC;
}
</style>
border-color css
<style>
span { border-color: #9464FC; }
span { border-color: rgb(148,100,252); }
td.TdClassName
{
border-color: #9464FC;
}
.TagClassName
{
border-color: #9464FC;
}
</style>