Shades of Light Slate Blue #977BFD
Tints of Light Slate Blue #977BFD
RGB
CMYK
RGB Variations
Color information
#977BFD (or 0x977BFD) is known color: Light Slate Blue. HEX triplet: 97, 7B and FD. RGB value is (151,123,253). Sum of RGB (Red+Green+Blue) = 151+123+253=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #977BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977BFD is #688402. Grayscale: #919191. Windows color (decimal): -6849539 or 16612247. OLE color: 16612247.
HSL color Cylindrical-coordinate representation of color #977BFD: hue angle of 252.92º 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 #977BFD is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 123 | 253 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.01 |
| HSL | 252.92º | 0.97% | 0.74% | - |
| HSV(B) | 252.92º | 0.51% | 0.99% | - |
| XYZ | 37.58 | 27.84 | 96.32 | - |
| YUV | 146.19 | 188.28 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 253 | 0.40 | 0.51 | 0 | 0.01 | 252.92 | 0.97 | 0.74 |
| Hex | 97 | 7B | FD | 28 | 33 | 0 | 1 | FD | 61 | 4A |
| Octal | 227 | 173 | 375 | 50 | 63 | 0 | 1 | 375 | 141 | 112 |
| Binary | 10010111 | 1111011 | 11111101 | 101000 | 110011 | 0 | 1 | 11111101 | 1100001 | 1001010 |
Color Harmonies of #977BFD
Complementary color
Monochromatic Colors of #977BFD
Black with #977BFD
Text Example
Text Example
White with #977BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BFD; }
p { color: rgb(151,123,253); }
H1.HeaderClassName
{
color: #977BFD;
}
.AnyTagClassName
{
color: #977BFD;
}
</style>
background-color css
<style>
a { background-color: #977BFD; }
a { background-color: rgb(151,123,253); }
div.DivClassName
{
background-color: #977BFD;
}
.BgClassName
{
background-color: #977BFD;
}
</style>
border-color css
<style>
span { border-color: #977BFD; }
span { border-color: rgb(151,123,253); }
td.TdClassName
{
border-color: #977BFD;
}
.TagClassName
{
border-color: #977BFD;
}
</style>