Shades of Light Slate Blue #958AF0
Tints of Light Slate Blue #958AF0
RGB
CMYK
RGB Variations
Color information
#958AF0 (or 0x958AF0) is known color: Light Slate Blue. HEX triplet: 95, 8A and F0. RGB value is (149,138,240). Sum of RGB (Red+Green+Blue) = 149+138+240=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #958AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958AF0 is #6A750F. Grayscale: #989898. Windows color (decimal): -6976784 or 15764117. OLE color: 15764117.
HSL color Cylindrical-coordinate representation of color #958AF0: hue angle of 246.47º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #958AF0 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 138 | 240 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.06 |
| HSL | 246.47º | 0.77% | 0.74% | - |
| HSV(B) | 246.47º | 0.43% | 0.94% | - |
| XYZ | 37.21 | 30.86 | 86.43 | - |
| YUV | 152.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 240 | 0.38 | 0.42 | 0 | 0.06 | 246.47 | 0.77 | 0.74 |
| Hex | 95 | 8A | F0 | 26 | 2A | 0 | 6 | F6 | 4D | 4A |
| Octal | 225 | 212 | 360 | 46 | 52 | 0 | 6 | 366 | 115 | 112 |
| Binary | 10010101 | 10001010 | 11110000 | 100110 | 101010 | 0 | 110 | 11110110 | 1001101 | 1001010 |
Color Harmonies of #958AF0
Complementary color
Monochromatic Colors of #958AF0
Black with #958AF0
Text Example
Text Example
White with #958AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AF0; }
p { color: rgb(149,138,240); }
H1.HeaderClassName
{
color: #958AF0;
}
.AnyTagClassName
{
color: #958AF0;
}
</style>
background-color css
<style>
a { background-color: #958AF0; }
a { background-color: rgb(149,138,240); }
div.DivClassName
{
background-color: #958AF0;
}
.BgClassName
{
background-color: #958AF0;
}
</style>
border-color css
<style>
span { border-color: #958AF0; }
span { border-color: rgb(149,138,240); }
td.TdClassName
{
border-color: #958AF0;
}
.TagClassName
{
border-color: #958AF0;
}
</style>