Shades of Light Slate Blue #9773FA
Tints of Light Slate Blue #9773FA
RGB
CMYK
RGB Variations
Color information
#9773FA (or 0x9773FA) is known color: Light Slate Blue. HEX triplet: 97, 73 and FA. RGB value is (151,115,250). Sum of RGB (Red+Green+Blue) = 151+115+250=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #9773FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9773FA is #688C05. Grayscale: #8C8C8C. Windows color (decimal): -6851590 or 16413591. OLE color: 16413591.
HSL color Cylindrical-coordinate representation of color #9773FA: hue angle of 256º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9773FA is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 115 | 250 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.02 |
| HSL | 256º | 0.93% | 0.72% | - |
| HSV(B) | 256º | 0.54% | 0.98% | - |
| XYZ | 36.15 | 25.74 | 93.51 | - |
| YUV | 141.15 | 189.43 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 115 | 250 | 0.40 | 0.54 | 0 | 0.02 | 256 | 0.93 | 0.72 |
| Hex | 97 | 73 | FA | 28 | 36 | 0 | 2 | 100 | 5D | 48 |
| Octal | 227 | 163 | 372 | 50 | 66 | 0 | 2 | 400 | 135 | 110 |
| Binary | 10010111 | 1110011 | 11111010 | 101000 | 110110 | 0 | 10 | 100000000 | 1011101 | 1001000 |
Color Harmonies of #9773FA
Complementary color
Monochromatic Colors of #9773FA
Black with #9773FA
Text Example
Text Example
White with #9773FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9773FA; }
p { color: rgb(151,115,250); }
H1.HeaderClassName
{
color: #9773FA;
}
.AnyTagClassName
{
color: #9773FA;
}
</style>
background-color css
<style>
a { background-color: #9773FA; }
a { background-color: rgb(151,115,250); }
div.DivClassName
{
background-color: #9773FA;
}
.BgClassName
{
background-color: #9773FA;
}
</style>
border-color css
<style>
span { border-color: #9773FA; }
span { border-color: rgb(151,115,250); }
td.TdClassName
{
border-color: #9773FA;
}
.TagClassName
{
border-color: #9773FA;
}
</style>