Shades of Light Slate Blue #9465F7
Tints of Light Slate Blue #9465F7
RGB
CMYK
RGB Variations
Color information
#9465F7 (or 0x9465F7) is known color: Light Slate Blue. HEX triplet: 94, 65 and F7. RGB value is (148,101,247). Sum of RGB (Red+Green+Blue) = 148+101+247=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #9465F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9465F7 is #6B9A08. Grayscale: #838383. Windows color (decimal): -7051785 or 16213396. OLE color: 16213396.
HSL color Cylindrical-coordinate representation of color #9465F7: hue angle of 259.32º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9465F7 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 101 | 247 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.03 |
| HSL | 259.32º | 0.9% | 0.68% | - |
| HSV(B) | 259.32º | 0.59% | 0.97% | - |
| XYZ | 33.65 | 22.32 | 90.53 | - |
| YUV | 131.7 | 193.07 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 247 | 0.40 | 0.59 | 0 | 0.03 | 259.32 | 0.9 | 0.68 |
| Hex | 94 | 65 | F7 | 28 | 3B | 0 | 3 | 103 | 5A | 44 |
| Octal | 224 | 145 | 367 | 50 | 73 | 0 | 3 | 403 | 132 | 104 |
| Binary | 10010100 | 1100101 | 11110111 | 101000 | 111011 | 0 | 11 | 100000011 | 1011010 | 1000100 |
Color Harmonies of #9465F7
Complementary color
Monochromatic Colors of #9465F7
Black with #9465F7
Text Example
Text Example
White with #9465F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9465F7; }
p { color: rgb(148,101,247); }
H1.HeaderClassName
{
color: #9465F7;
}
.AnyTagClassName
{
color: #9465F7;
}
</style>
background-color css
<style>
a { background-color: #9465F7; }
a { background-color: rgb(148,101,247); }
div.DivClassName
{
background-color: #9465F7;
}
.BgClassName
{
background-color: #9465F7;
}
</style>
border-color css
<style>
span { border-color: #9465F7; }
span { border-color: rgb(148,101,247); }
td.TdClassName
{
border-color: #9465F7;
}
.TagClassName
{
border-color: #9465F7;
}
</style>