Shades of Light Slate Blue #9467FC
Tints of Light Slate Blue #9467FC
RGB
CMYK
RGB Variations
Color information
#9467FC (or 0x9467FC) is known color: Light Slate Blue. HEX triplet: 94, 67 and FC. RGB value is (148,103,252). Sum of RGB (Red+Green+Blue) = 148+103+252=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #9467FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9467FC is #6B9803. Grayscale: #848484. Windows color (decimal): -7051268 or 16541588. OLE color: 16541588.
HSL color Cylindrical-coordinate representation of color #9467FC: hue angle of 258.12º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9467FC is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 103 | 252 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.01 |
| HSL | 258.12º | 0.96% | 0.7% | - |
| HSV(B) | 258.12º | 0.59% | 0.99% | - |
| XYZ | 34.63 | 23.02 | 94.71 | - |
| YUV | 133.44 | 194.91 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 252 | 0.41 | 0.59 | 0 | 0.01 | 258.12 | 0.96 | 0.7 |
| Hex | 94 | 67 | FC | 29 | 3B | 0 | 1 | 102 | 60 | 46 |
| Octal | 224 | 147 | 374 | 51 | 73 | 0 | 1 | 402 | 140 | 106 |
| Binary | 10010100 | 1100111 | 11111100 | 101001 | 111011 | 0 | 1 | 100000010 | 1100000 | 1000110 |
Color Harmonies of #9467FC
Complementary color
Monochromatic Colors of #9467FC
Black with #9467FC
Text Example
Text Example
White with #9467FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9467FC; }
p { color: rgb(148,103,252); }
H1.HeaderClassName
{
color: #9467FC;
}
.AnyTagClassName
{
color: #9467FC;
}
</style>
background-color css
<style>
a { background-color: #9467FC; }
a { background-color: rgb(148,103,252); }
div.DivClassName
{
background-color: #9467FC;
}
.BgClassName
{
background-color: #9467FC;
}
</style>
border-color css
<style>
span { border-color: #9467FC; }
span { border-color: rgb(148,103,252); }
td.TdClassName
{
border-color: #9467FC;
}
.TagClassName
{
border-color: #9467FC;
}
</style>