Shades of Light Slate Blue #975BFA
Tints of Light Slate Blue #975BFA
RGB
CMYK
RGB Variations
Color information
#975BFA (or 0x975BFA) is known color: Light Slate Blue. HEX triplet: 97, 5B and FA. RGB value is (151,91,250). Sum of RGB (Red+Green+Blue) = 151+91+250=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #975BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975BFA is #68A405. Grayscale: #7E7E7E. Windows color (decimal): -6857734 or 16407447. OLE color: 16407447.
HSL color Cylindrical-coordinate representation of color #975BFA: hue angle of 262.64º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #975BFA is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 91 | 250 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.02 |
| HSL | 262.64º | 0.94% | 0.67% | - |
| HSV(B) | 262.64º | 0.64% | 0.98% | - |
| XYZ | 33.76 | 20.96 | 92.71 | - |
| YUV | 127.07 | 197.38 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 250 | 0.40 | 0.64 | 0 | 0.02 | 262.64 | 0.94 | 0.67 |
| Hex | 97 | 5B | FA | 28 | 40 | 0 | 2 | 107 | 5E | 43 |
| Octal | 227 | 133 | 372 | 50 | 100 | 0 | 2 | 407 | 136 | 103 |
| Binary | 10010111 | 1011011 | 11111010 | 101000 | 1000000 | 0 | 10 | 100000111 | 1011110 | 1000011 |
Color Harmonies of #975BFA
Complementary color
Monochromatic Colors of #975BFA
Black with #975BFA
Text Example
Text Example
White with #975BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975BFA; }
p { color: rgb(151,91,250); }
H1.HeaderClassName
{
color: #975BFA;
}
.AnyTagClassName
{
color: #975BFA;
}
</style>
background-color css
<style>
a { background-color: #975BFA; }
a { background-color: rgb(151,91,250); }
div.DivClassName
{
background-color: #975BFA;
}
.BgClassName
{
background-color: #975BFA;
}
</style>
border-color css
<style>
span { border-color: #975BFA; }
span { border-color: rgb(151,91,250); }
td.TdClassName
{
border-color: #975BFA;
}
.TagClassName
{
border-color: #975BFA;
}
</style>