Shades of Light Slate Blue #997DF3
Tints of Light Slate Blue #997DF3
RGB
CMYK
RGB Variations
Color information
#997DF3 (or 0x997DF3) is known color: Light Slate Blue. HEX triplet: 99, 7D and F3. RGB value is (153,125,243). Sum of RGB (Red+Green+Blue) = 153+125+243=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #997DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997DF3 is #66820C. Grayscale: #929292. Windows color (decimal): -6717965 or 15957401. OLE color: 15957401.
HSL color Cylindrical-coordinate representation of color #997DF3: hue angle of 254.24º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #997DF3 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 125 | 243 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.05 |
| HSL | 254.24º | 0.83% | 0.72% | - |
| HSV(B) | 254.24º | 0.49% | 0.95% | - |
| XYZ | 36.65 | 27.91 | 88.25 | - |
| YUV | 146.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 243 | 0.37 | 0.49 | 0 | 0.05 | 254.24 | 0.83 | 0.72 |
| Hex | 99 | 7D | F3 | 25 | 31 | 0 | 5 | FE | 53 | 48 |
| Octal | 231 | 175 | 363 | 45 | 61 | 0 | 5 | 376 | 123 | 110 |
| Binary | 10011001 | 1111101 | 11110011 | 100101 | 110001 | 0 | 101 | 11111110 | 1010011 | 1001000 |
Color Harmonies of #997DF3
Complementary color
Monochromatic Colors of #997DF3
Black with #997DF3
Text Example
Text Example
White with #997DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DF3; }
p { color: rgb(153,125,243); }
H1.HeaderClassName
{
color: #997DF3;
}
.AnyTagClassName
{
color: #997DF3;
}
</style>
background-color css
<style>
a { background-color: #997DF3; }
a { background-color: rgb(153,125,243); }
div.DivClassName
{
background-color: #997DF3;
}
.BgClassName
{
background-color: #997DF3;
}
</style>
border-color css
<style>
span { border-color: #997DF3; }
span { border-color: rgb(153,125,243); }
td.TdClassName
{
border-color: #997DF3;
}
.TagClassName
{
border-color: #997DF3;
}
</style>