Shades of Light Slate Blue #9485F0
Tints of Light Slate Blue #9485F0
RGB
CMYK
RGB Variations
Color information
#9485F0 (or 0x9485F0) is known color: Light Slate Blue. HEX triplet: 94, 85 and F0. RGB value is (148,133,240). Sum of RGB (Red+Green+Blue) = 148+133+240=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #9485F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9485F0 is #6B7A0F. Grayscale: #959595. Windows color (decimal): -7043600 or 15762836. OLE color: 15762836.
HSL color Cylindrical-coordinate representation of color #9485F0: hue angle of 248.41º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9485F0 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 133 | 240 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.06 |
| HSL | 248.41º | 0.78% | 0.73% | - |
| HSV(B) | 248.41º | 0.45% | 0.94% | - |
| XYZ | 36.33 | 29.36 | 86.19 | - |
| YUV | 149.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 240 | 0.38 | 0.45 | 0 | 0.06 | 248.41 | 0.78 | 0.73 |
| Hex | 94 | 85 | F0 | 26 | 2D | 0 | 6 | F8 | 4E | 49 |
| Octal | 224 | 205 | 360 | 46 | 55 | 0 | 6 | 370 | 116 | 111 |
| Binary | 10010100 | 10000101 | 11110000 | 100110 | 101101 | 0 | 110 | 11111000 | 1001110 | 1001001 |
Color Harmonies of #9485F0
Complementary color
Monochromatic Colors of #9485F0
Black with #9485F0
Text Example
Text Example
White with #9485F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9485F0; }
p { color: rgb(148,133,240); }
H1.HeaderClassName
{
color: #9485F0;
}
.AnyTagClassName
{
color: #9485F0;
}
</style>
background-color css
<style>
a { background-color: #9485F0; }
a { background-color: rgb(148,133,240); }
div.DivClassName
{
background-color: #9485F0;
}
.BgClassName
{
background-color: #9485F0;
}
</style>
border-color css
<style>
span { border-color: #9485F0; }
span { border-color: rgb(148,133,240); }
td.TdClassName
{
border-color: #9485F0;
}
.TagClassName
{
border-color: #9485F0;
}
</style>