Shades of Light Slate Blue #9787F6
Tints of Light Slate Blue #9787F6
RGB
CMYK
RGB Variations
Color information
#9787F6 (or 0x9787F6) is known color: Light Slate Blue. HEX triplet: 97, 87 and F6. RGB value is (151,135,246). Sum of RGB (Red+Green+Blue) = 151+135+246=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #9787F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9787F6 is #687809. Grayscale: #989898. Windows color (decimal): -6846474 or 16156567. OLE color: 16156567.
HSL color Cylindrical-coordinate representation of color #9787F6: hue angle of 248.65º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9787F6 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 135 | 246 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.04 |
| HSL | 248.65º | 0.86% | 0.75% | - |
| HSV(B) | 248.65º | 0.45% | 0.96% | - |
| XYZ | 38.06 | 30.56 | 91.08 | - |
| YUV | 152.44 | 180.8 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 135 | 246 | 0.39 | 0.45 | 0 | 0.04 | 248.65 | 0.86 | 0.75 |
| Hex | 97 | 87 | F6 | 27 | 2D | 0 | 4 | F9 | 56 | 4B |
| Octal | 227 | 207 | 366 | 47 | 55 | 0 | 4 | 371 | 126 | 113 |
| Binary | 10010111 | 10000111 | 11110110 | 100111 | 101101 | 0 | 100 | 11111001 | 1010110 | 1001011 |
Color Harmonies of #9787F6
Complementary color
Monochromatic Colors of #9787F6
Black with #9787F6
Text Example
Text Example
White with #9787F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9787F6; }
p { color: rgb(151,135,246); }
H1.HeaderClassName
{
color: #9787F6;
}
.AnyTagClassName
{
color: #9787F6;
}
</style>
background-color css
<style>
a { background-color: #9787F6; }
a { background-color: rgb(151,135,246); }
div.DivClassName
{
background-color: #9787F6;
}
.BgClassName
{
background-color: #9787F6;
}
</style>
border-color css
<style>
span { border-color: #9787F6; }
span { border-color: rgb(151,135,246); }
td.TdClassName
{
border-color: #9787F6;
}
.TagClassName
{
border-color: #9787F6;
}
</style>