Shades of Light Slate Blue #997CFD
Tints of Light Slate Blue #997CFD
RGB
CMYK
RGB Variations
Color information
#997CFD (or 0x997CFD) is known color: Light Slate Blue. HEX triplet: 99, 7C and FD. RGB value is (153,124,253). Sum of RGB (Red+Green+Blue) = 153+124+253=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #997CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CFD is #668302. Grayscale: #929292. Windows color (decimal): -6718211 or 16612505. OLE color: 16612505.
HSL color Cylindrical-coordinate representation of color #997CFD: hue angle of 253.49º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #997CFD is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 124 | 253 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.01 |
| HSL | 253.49º | 0.97% | 0.74% | - |
| HSV(B) | 253.49º | 0.51% | 0.99% | - |
| XYZ | 38.07 | 28.28 | 96.38 | - |
| YUV | 147.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 253 | 0.40 | 0.51 | 0 | 0.01 | 253.49 | 0.97 | 0.74 |
| Hex | 99 | 7C | FD | 28 | 33 | 0 | 1 | FD | 61 | 4A |
| Octal | 231 | 174 | 375 | 50 | 63 | 0 | 1 | 375 | 141 | 112 |
| Binary | 10011001 | 1111100 | 11111101 | 101000 | 110011 | 0 | 1 | 11111101 | 1100001 | 1001010 |
Color Harmonies of #997CFD
Complementary color
Monochromatic Colors of #997CFD
Black with #997CFD
Text Example
Text Example
White with #997CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CFD; }
p { color: rgb(153,124,253); }
H1.HeaderClassName
{
color: #997CFD;
}
.AnyTagClassName
{
color: #997CFD;
}
</style>
background-color css
<style>
a { background-color: #997CFD; }
a { background-color: rgb(153,124,253); }
div.DivClassName
{
background-color: #997CFD;
}
.BgClassName
{
background-color: #997CFD;
}
</style>
border-color css
<style>
span { border-color: #997CFD; }
span { border-color: rgb(153,124,253); }
td.TdClassName
{
border-color: #997CFD;
}
.TagClassName
{
border-color: #997CFD;
}
</style>