Shades of Light Slate Blue #958AFB
Tints of Light Slate Blue #958AFB
RGB
CMYK
RGB Variations
Color information
#958AFB (or 0x958AFB) is known color: Light Slate Blue. HEX triplet: 95, 8A and FB. RGB value is (149,138,251). Sum of RGB (Red+Green+Blue) = 149+138+251=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #958AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958AFB is #6A7504. Grayscale: #999999. Windows color (decimal): -6976773 or 16485013. OLE color: 16485013.
HSL color Cylindrical-coordinate representation of color #958AFB: hue angle of 245.84º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #958AFB is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 138 | 251 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.02 |
| HSL | 245.84º | 0.93% | 0.76% | - |
| HSV(B) | 245.84º | 0.45% | 0.98% | - |
| XYZ | 38.9 | 31.53 | 95.3 | - |
| YUV | 154.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 251 | 0.41 | 0.45 | 0 | 0.02 | 245.84 | 0.93 | 0.76 |
| Hex | 95 | 8A | FB | 29 | 2D | 0 | 2 | F6 | 5D | 4C |
| Octal | 225 | 212 | 373 | 51 | 55 | 0 | 2 | 366 | 135 | 114 |
| Binary | 10010101 | 10001010 | 11111011 | 101001 | 101101 | 0 | 10 | 11110110 | 1011101 | 1001100 |
Color Harmonies of #958AFB
Complementary color
Monochromatic Colors of #958AFB
Black with #958AFB
Text Example
Text Example
White with #958AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AFB; }
p { color: rgb(149,138,251); }
H1.HeaderClassName
{
color: #958AFB;
}
.AnyTagClassName
{
color: #958AFB;
}
</style>
background-color css
<style>
a { background-color: #958AFB; }
a { background-color: rgb(149,138,251); }
div.DivClassName
{
background-color: #958AFB;
}
.BgClassName
{
background-color: #958AFB;
}
</style>
border-color css
<style>
span { border-color: #958AFB; }
span { border-color: rgb(149,138,251); }
td.TdClassName
{
border-color: #958AFB;
}
.TagClassName
{
border-color: #958AFB;
}
</style>