Shades of Light Slate Blue #954FFB
Tints of Light Slate Blue #954FFB
RGB
CMYK
RGB Variations
Color information
#954FFB (or 0x954FFB) is known color: Light Slate Blue. HEX triplet: 95, 4F and FB. RGB value is (149,79,251). Sum of RGB (Red+Green+Blue) = 149+79+251=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #954FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FFB is #6AB004. Grayscale: #767676. Windows color (decimal): -6991877 or 16469909. OLE color: 16469909.
HSL color Cylindrical-coordinate representation of color #954FFB: hue angle of 264.42º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #954FFB is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 79 | 251 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.02 |
| HSL | 264.42º | 0.96% | 0.65% | - |
| HSV(B) | 264.42º | 0.69% | 0.98% | - |
| XYZ | 32.6 | 18.95 | 93.21 | - |
| YUV | 119.54 | 202.19 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 251 | 0.41 | 0.69 | 0 | 0.02 | 264.42 | 0.96 | 0.65 |
| Hex | 95 | 4F | FB | 29 | 45 | 0 | 2 | 108 | 60 | 41 |
| Octal | 225 | 117 | 373 | 51 | 105 | 0 | 2 | 410 | 140 | 101 |
| Binary | 10010101 | 1001111 | 11111011 | 101001 | 1000101 | 0 | 10 | 100001000 | 1100000 | 1000001 |
Color Harmonies of #954FFB
Complementary color
Monochromatic Colors of #954FFB
Black with #954FFB
Text Example
Text Example
White with #954FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FFB; }
p { color: rgb(149,79,251); }
H1.HeaderClassName
{
color: #954FFB;
}
.AnyTagClassName
{
color: #954FFB;
}
</style>
background-color css
<style>
a { background-color: #954FFB; }
a { background-color: rgb(149,79,251); }
div.DivClassName
{
background-color: #954FFB;
}
.BgClassName
{
background-color: #954FFB;
}
</style>
border-color css
<style>
span { border-color: #954FFB; }
span { border-color: rgb(149,79,251); }
td.TdClassName
{
border-color: #954FFB;
}
.TagClassName
{
border-color: #954FFB;
}
</style>