Shades of Light Slate Blue #9781F9
Tints of Light Slate Blue #9781F9
RGB
CMYK
RGB Variations
Color information
#9781F9 (or 0x9781F9) is known color: Light Slate Blue. HEX triplet: 97, 81 and F9. RGB value is (151,129,249). Sum of RGB (Red+Green+Blue) = 151+129+249=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #9781F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9781F9 is #687E06. Grayscale: #949494. Windows color (decimal): -6848007 or 16351639. OLE color: 16351639.
HSL color Cylindrical-coordinate representation of color #9781F9: hue angle of 251º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9781F9 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 129 | 249 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.02 |
| HSL | 251º | 0.91% | 0.74% | - |
| HSV(B) | 251º | 0.48% | 0.98% | - |
| XYZ | 37.71 | 29.12 | 93.26 | - |
| YUV | 149.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 249 | 0.39 | 0.48 | 0 | 0.02 | 251 | 0.91 | 0.74 |
| Hex | 97 | 81 | F9 | 27 | 30 | 0 | 2 | FB | 5B | 4A |
| Octal | 227 | 201 | 371 | 47 | 60 | 0 | 2 | 373 | 133 | 112 |
| Binary | 10010111 | 10000001 | 11111001 | 100111 | 110000 | 0 | 10 | 11111011 | 1011011 | 1001010 |
Color Harmonies of #9781F9
Complementary color
Monochromatic Colors of #9781F9
Black with #9781F9
Text Example
Text Example
White with #9781F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9781F9; }
p { color: rgb(151,129,249); }
H1.HeaderClassName
{
color: #9781F9;
}
.AnyTagClassName
{
color: #9781F9;
}
</style>
background-color css
<style>
a { background-color: #9781F9; }
a { background-color: rgb(151,129,249); }
div.DivClassName
{
background-color: #9781F9;
}
.BgClassName
{
background-color: #9781F9;
}
</style>
border-color css
<style>
span { border-color: #9781F9; }
span { border-color: rgb(151,129,249); }
td.TdClassName
{
border-color: #9781F9;
}
.TagClassName
{
border-color: #9781F9;
}
</style>