Shades of Light Slate Blue #9788F0
Tints of Light Slate Blue #9788F0
RGB
CMYK
RGB Variations
Color information
#9788F0 (or 0x9788F0) is known color: Light Slate Blue. HEX triplet: 97, 88 and F0. RGB value is (151,136,240). Sum of RGB (Red+Green+Blue) = 151+136+240=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #9788F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9788F0 is #68770F. Grayscale: #979797. Windows color (decimal): -6846224 or 15763607. OLE color: 15763607.
HSL color Cylindrical-coordinate representation of color #9788F0: hue angle of 248.65º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9788F0 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 136 | 240 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.06 |
| HSL | 248.65º | 0.78% | 0.74% | - |
| HSV(B) | 248.65º | 0.43% | 0.94% | - |
| XYZ | 37.29 | 30.48 | 86.36 | - |
| YUV | 152.34 | 177.47 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 240 | 0.37 | 0.43 | 0 | 0.06 | 248.65 | 0.78 | 0.74 |
| Hex | 97 | 88 | F0 | 25 | 2B | 0 | 6 | F9 | 4E | 4A |
| Octal | 227 | 210 | 360 | 45 | 53 | 0 | 6 | 371 | 116 | 112 |
| Binary | 10010111 | 10001000 | 11110000 | 100101 | 101011 | 0 | 110 | 11111001 | 1001110 | 1001010 |
Color Harmonies of #9788F0
Complementary color
Monochromatic Colors of #9788F0
Black with #9788F0
Text Example
Text Example
White with #9788F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9788F0; }
p { color: rgb(151,136,240); }
H1.HeaderClassName
{
color: #9788F0;
}
.AnyTagClassName
{
color: #9788F0;
}
</style>
background-color css
<style>
a { background-color: #9788F0; }
a { background-color: rgb(151,136,240); }
div.DivClassName
{
background-color: #9788F0;
}
.BgClassName
{
background-color: #9788F0;
}
</style>
border-color css
<style>
span { border-color: #9788F0; }
span { border-color: rgb(151,136,240); }
td.TdClassName
{
border-color: #9788F0;
}
.TagClassName
{
border-color: #9788F0;
}
</style>