Shades of Light Slate Blue #9755FA
Tints of Light Slate Blue #9755FA
RGB
CMYK
RGB Variations
Color information
#9755FA (or 0x9755FA) is known color: Light Slate Blue. HEX triplet: 97, 55 and FA. RGB value is (151,85,250). Sum of RGB (Red+Green+Blue) = 151+85+250=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #9755FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9755FA is #68AA05. Grayscale: #7A7A7A. Windows color (decimal): -6859270 or 16405911. OLE color: 16405911.
HSL color Cylindrical-coordinate representation of color #9755FA: hue angle of 264º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9755FA is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 85 | 250 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.02 |
| HSL | 264º | 0.94% | 0.66% | - |
| HSV(B) | 264º | 0.66% | 0.98% | - |
| XYZ | 33.27 | 19.98 | 92.55 | - |
| YUV | 123.54 | 199.37 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 85 | 250 | 0.40 | 0.66 | 0 | 0.02 | 264 | 0.94 | 0.66 |
| Hex | 97 | 55 | FA | 28 | 42 | 0 | 2 | 108 | 5E | 42 |
| Octal | 227 | 125 | 372 | 50 | 102 | 0 | 2 | 410 | 136 | 102 |
| Binary | 10010111 | 1010101 | 11111010 | 101000 | 1000010 | 0 | 10 | 100001000 | 1011110 | 1000010 |
Color Harmonies of #9755FA
Complementary color
Monochromatic Colors of #9755FA
Black with #9755FA
Text Example
Text Example
White with #9755FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9755FA; }
p { color: rgb(151,85,250); }
H1.HeaderClassName
{
color: #9755FA;
}
.AnyTagClassName
{
color: #9755FA;
}
</style>
background-color css
<style>
a { background-color: #9755FA; }
a { background-color: rgb(151,85,250); }
div.DivClassName
{
background-color: #9755FA;
}
.BgClassName
{
background-color: #9755FA;
}
</style>
border-color css
<style>
span { border-color: #9755FA; }
span { border-color: rgb(151,85,250); }
td.TdClassName
{
border-color: #9755FA;
}
.TagClassName
{
border-color: #9755FA;
}
</style>