Shades of Light Slate Blue #997BFD
Tints of Light Slate Blue #997BFD
RGB
CMYK
RGB Variations
Color information
#997BFD (or 0x997BFD) is known color: Light Slate Blue. HEX triplet: 99, 7B and FD. RGB value is (153,123,253). Sum of RGB (Red+Green+Blue) = 153+123+253=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #997BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997BFD is #668402. Grayscale: #929292. Windows color (decimal): -6718467 or 16612249. OLE color: 16612249.
HSL color Cylindrical-coordinate representation of color #997BFD: hue angle of 253.85º 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 #997BFD is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 123 | 253 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.01 |
| HSL | 253.85º | 0.97% | 0.74% | - |
| HSV(B) | 253.85º | 0.51% | 0.99% | - |
| XYZ | 37.95 | 28.03 | 96.34 | - |
| YUV | 146.79 | 187.94 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 253 | 0.40 | 0.51 | 0 | 0.01 | 253.85 | 0.97 | 0.74 |
| Hex | 99 | 7B | FD | 28 | 33 | 0 | 1 | FE | 61 | 4A |
| Octal | 231 | 173 | 375 | 50 | 63 | 0 | 1 | 376 | 141 | 112 |
| Binary | 10011001 | 1111011 | 11111101 | 101000 | 110011 | 0 | 1 | 11111110 | 1100001 | 1001010 |
Color Harmonies of #997BFD
Complementary color
Monochromatic Colors of #997BFD
Black with #997BFD
Text Example
Text Example
White with #997BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BFD; }
p { color: rgb(153,123,253); }
H1.HeaderClassName
{
color: #997BFD;
}
.AnyTagClassName
{
color: #997BFD;
}
</style>
background-color css
<style>
a { background-color: #997BFD; }
a { background-color: rgb(153,123,253); }
div.DivClassName
{
background-color: #997BFD;
}
.BgClassName
{
background-color: #997BFD;
}
</style>
border-color css
<style>
span { border-color: #997BFD; }
span { border-color: rgb(153,123,253); }
td.TdClassName
{
border-color: #997BFD;
}
.TagClassName
{
border-color: #997BFD;
}
</style>