Shades of Light Slate Blue #9467FD
Tints of Light Slate Blue #9467FD
RGB
CMYK
RGB Variations
Color information
#9467FD (or 0x9467FD) is known color: Light Slate Blue. HEX triplet: 94, 67 and FD. RGB value is (148,103,253). Sum of RGB (Red+Green+Blue) = 148+103+253=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #9467FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9467FD is #6B9802. Grayscale: #858585. Windows color (decimal): -7051267 or 16607124. OLE color: 16607124.
HSL color Cylindrical-coordinate representation of color #9467FD: hue angle of 258º degrees, saturation: 0.97, 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 #9467FD is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 103 | 253 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.01 |
| HSL | 258º | 0.97% | 0.7% | - |
| HSV(B) | 258º | 0.59% | 0.99% | - |
| XYZ | 34.79 | 23.09 | 95.55 | - |
| YUV | 133.56 | 195.41 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 253 | 0.42 | 0.59 | 0 | 0.01 | 258 | 0.97 | 0.7 |
| Hex | 94 | 67 | FD | 2A | 3B | 0 | 1 | 102 | 61 | 46 |
| Octal | 224 | 147 | 375 | 52 | 73 | 0 | 1 | 402 | 141 | 106 |
| Binary | 10010100 | 1100111 | 11111101 | 101010 | 111011 | 0 | 1 | 100000010 | 1100001 | 1000110 |
Color Harmonies of #9467FD
Complementary color
Monochromatic Colors of #9467FD
Black with #9467FD
Text Example
Text Example
White with #9467FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9467FD; }
p { color: rgb(148,103,253); }
H1.HeaderClassName
{
color: #9467FD;
}
.AnyTagClassName
{
color: #9467FD;
}
</style>
background-color css
<style>
a { background-color: #9467FD; }
a { background-color: rgb(148,103,253); }
div.DivClassName
{
background-color: #9467FD;
}
.BgClassName
{
background-color: #9467FD;
}
</style>
border-color css
<style>
span { border-color: #9467FD; }
span { border-color: rgb(148,103,253); }
td.TdClassName
{
border-color: #9467FD;
}
.TagClassName
{
border-color: #9467FD;
}
</style>