Shades of Light Slate Blue #9784F0
Tints of Light Slate Blue #9784F0
RGB
CMYK
RGB Variations
Color information
#9784F0 (or 0x9784F0) is known color: Light Slate Blue. HEX triplet: 97, 84 and F0. RGB value is (151,132,240). Sum of RGB (Red+Green+Blue) = 151+132+240=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #9784F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9784F0 is #687B0F. Grayscale: #959595. Windows color (decimal): -6847248 or 15762583. OLE color: 15762583.
HSL color Cylindrical-coordinate representation of color #9784F0: hue angle of 250.56º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9784F0 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 132 | 240 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.06 |
| HSL | 250.56º | 0.78% | 0.73% | - |
| HSV(B) | 250.56º | 0.45% | 0.94% | - |
| XYZ | 36.74 | 29.37 | 86.17 | - |
| YUV | 149.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 240 | 0.37 | 0.45 | 0 | 0.06 | 250.56 | 0.78 | 0.73 |
| Hex | 97 | 84 | F0 | 25 | 2D | 0 | 6 | FB | 4E | 49 |
| Octal | 227 | 204 | 360 | 45 | 55 | 0 | 6 | 373 | 116 | 111 |
| Binary | 10010111 | 10000100 | 11110000 | 100101 | 101101 | 0 | 110 | 11111011 | 1001110 | 1001001 |
Color Harmonies of #9784F0
Complementary color
Monochromatic Colors of #9784F0
Black with #9784F0
Text Example
Text Example
White with #9784F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9784F0; }
p { color: rgb(151,132,240); }
H1.HeaderClassName
{
color: #9784F0;
}
.AnyTagClassName
{
color: #9784F0;
}
</style>
background-color css
<style>
a { background-color: #9784F0; }
a { background-color: rgb(151,132,240); }
div.DivClassName
{
background-color: #9784F0;
}
.BgClassName
{
background-color: #9784F0;
}
</style>
border-color css
<style>
span { border-color: #9784F0; }
span { border-color: rgb(151,132,240); }
td.TdClassName
{
border-color: #9784F0;
}
.TagClassName
{
border-color: #9784F0;
}
</style>