Shades of Light Slate Blue #997AF6
Tints of Light Slate Blue #997AF6
RGB
CMYK
RGB Variations
Color information
#997AF6 (or 0x997AF6) is known color: Light Slate Blue. HEX triplet: 99, 7A and F6. RGB value is (153,122,246). Sum of RGB (Red+Green+Blue) = 153+122+246=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #997AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997AF6 is #668509. Grayscale: #909090. Windows color (decimal): -6718730 or 16153241. OLE color: 16153241.
HSL color Cylindrical-coordinate representation of color #997AF6: hue angle of 255º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #997AF6 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 122 | 246 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.04 |
| HSL | 255º | 0.87% | 0.72% | - |
| HSV(B) | 255º | 0.5% | 0.96% | - |
| XYZ | 36.73 | 27.35 | 90.53 | - |
| YUV | 145.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 246 | 0.38 | 0.50 | 0 | 0.04 | 255 | 0.87 | 0.72 |
| Hex | 99 | 7A | F6 | 26 | 32 | 0 | 4 | FF | 57 | 48 |
| Octal | 231 | 172 | 366 | 46 | 62 | 0 | 4 | 377 | 127 | 110 |
| Binary | 10011001 | 1111010 | 11110110 | 100110 | 110010 | 0 | 100 | 11111111 | 1010111 | 1001000 |
Color Harmonies of #997AF6
Complementary color
Monochromatic Colors of #997AF6
Black with #997AF6
Text Example
Text Example
White with #997AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997AF6; }
p { color: rgb(153,122,246); }
H1.HeaderClassName
{
color: #997AF6;
}
.AnyTagClassName
{
color: #997AF6;
}
</style>
background-color css
<style>
a { background-color: #997AF6; }
a { background-color: rgb(153,122,246); }
div.DivClassName
{
background-color: #997AF6;
}
.BgClassName
{
background-color: #997AF6;
}
</style>
border-color css
<style>
span { border-color: #997AF6; }
span { border-color: rgb(153,122,246); }
td.TdClassName
{
border-color: #997AF6;
}
.TagClassName
{
border-color: #997AF6;
}
</style>