Shades of Light Slate Blue #9465FD
Tints of Light Slate Blue #9465FD
RGB
CMYK
RGB Variations
Color information
#9465FD (or 0x9465FD) is known color: Light Slate Blue. HEX triplet: 94, 65 and FD. RGB value is (148,101,253). Sum of RGB (Red+Green+Blue) = 148+101+253=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #9465FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9465FD is #6B9A02. Grayscale: #838383. Windows color (decimal): -7051779 or 16606612. OLE color: 16606612.
HSL color Cylindrical-coordinate representation of color #9465FD: hue angle of 258.55º degrees, saturation: 0.97, 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 #9465FD is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 101 | 253 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.01 |
| HSL | 258.55º | 0.97% | 0.69% | - |
| HSV(B) | 258.55º | 0.6% | 0.99% | - |
| XYZ | 34.6 | 22.7 | 95.49 | - |
| YUV | 132.38 | 196.07 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 253 | 0.42 | 0.60 | 0 | 0.01 | 258.55 | 0.97 | 0.69 |
| Hex | 94 | 65 | FD | 2A | 3C | 0 | 1 | 103 | 61 | 45 |
| Octal | 224 | 145 | 375 | 52 | 74 | 0 | 1 | 403 | 141 | 105 |
| Binary | 10010100 | 1100101 | 11111101 | 101010 | 111100 | 0 | 1 | 100000011 | 1100001 | 1000101 |
Color Harmonies of #9465FD
Complementary color
Monochromatic Colors of #9465FD
Black with #9465FD
Text Example
Text Example
White with #9465FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9465FD; }
p { color: rgb(148,101,253); }
H1.HeaderClassName
{
color: #9465FD;
}
.AnyTagClassName
{
color: #9465FD;
}
</style>
background-color css
<style>
a { background-color: #9465FD; }
a { background-color: rgb(148,101,253); }
div.DivClassName
{
background-color: #9465FD;
}
.BgClassName
{
background-color: #9465FD;
}
</style>
border-color css
<style>
span { border-color: #9465FD; }
span { border-color: rgb(148,101,253); }
td.TdClassName
{
border-color: #9465FD;
}
.TagClassName
{
border-color: #9465FD;
}
</style>