Shades of Light Slate Blue #9468FA
Tints of Light Slate Blue #9468FA
RGB
CMYK
RGB Variations
Color information
#9468FA (or 0x9468FA) is known color: Light Slate Blue. HEX triplet: 94, 68 and FA. RGB value is (148,104,250). Sum of RGB (Red+Green+Blue) = 148+104+250=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #9468FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468FA is #6B9705. Grayscale: #858585. Windows color (decimal): -7051014 or 16410772. OLE color: 16410772.
HSL color Cylindrical-coordinate representation of color #9468FA: hue angle of 258.08º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9468FA is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 104 | 250 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.02 |
| HSL | 258.08º | 0.94% | 0.69% | - |
| HSV(B) | 258.08º | 0.58% | 0.98% | - |
| XYZ | 34.42 | 23.1 | 93.09 | - |
| YUV | 133.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 250 | 0.41 | 0.58 | 0 | 0.02 | 258.08 | 0.94 | 0.69 |
| Hex | 94 | 68 | FA | 29 | 3A | 0 | 2 | 102 | 5E | 45 |
| Octal | 224 | 150 | 372 | 51 | 72 | 0 | 2 | 402 | 136 | 105 |
| Binary | 10010100 | 1101000 | 11111010 | 101001 | 111010 | 0 | 10 | 100000010 | 1011110 | 1000101 |
Color Harmonies of #9468FA
Complementary color
Monochromatic Colors of #9468FA
Black with #9468FA
Text Example
Text Example
White with #9468FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9468FA; }
p { color: rgb(148,104,250); }
H1.HeaderClassName
{
color: #9468FA;
}
.AnyTagClassName
{
color: #9468FA;
}
</style>
background-color css
<style>
a { background-color: #9468FA; }
a { background-color: rgb(148,104,250); }
div.DivClassName
{
background-color: #9468FA;
}
.BgClassName
{
background-color: #9468FA;
}
</style>
border-color css
<style>
span { border-color: #9468FA; }
span { border-color: rgb(148,104,250); }
td.TdClassName
{
border-color: #9468FA;
}
.TagClassName
{
border-color: #9468FA;
}
</style>