Shades of Light Slate Blue #9185FF
Tints of Light Slate Blue #9185FF
RGB
CMYK
RGB Variations
Color information
#9185FF (or 0x9185FF) is known color: Light Slate Blue. HEX triplet: 91, 85 and FF. RGB value is (145,133,255). Sum of RGB (Red+Green+Blue) = 145+133+255=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #9185FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9185FF is #6E7A00. Grayscale: #969696. Windows color (decimal): -7240193 or 16745873. OLE color: 16745873.
HSL color Cylindrical-coordinate representation of color #9185FF: hue angle of 245.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9185FF is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 133 | 255 | - |
| CMYK | 0.43 | 0.48 | 0 | 0 |
| HSL | 245.9º | 1% | 0.76% | - |
| HSV(B) | 245.9º | 0.48% | 1% | - |
| XYZ | 38.11 | 30.01 | 98.39 | - |
| YUV | 150.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 255 | 0.43 | 0.48 | 0 | 0 | 245.9 | 1 | 0.76 |
| Hex | 91 | 85 | FF | 2B | 30 | 0 | 0 | F6 | 64 | 4C |
| Octal | 221 | 205 | 377 | 53 | 60 | 0 | 0 | 366 | 144 | 114 |
| Binary | 10010001 | 10000101 | 11111111 | 101011 | 110000 | 0 | 0 | 11110110 | 1100100 | 1001100 |
Color Harmonies of #9185FF
Complementary color
Monochromatic Colors of #9185FF
Black with #9185FF
Text Example
Text Example
White with #9185FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185FF; }
p { color: rgb(145,133,255); }
H1.HeaderClassName
{
color: #9185FF;
}
.AnyTagClassName
{
color: #9185FF;
}
</style>
background-color css
<style>
a { background-color: #9185FF; }
a { background-color: rgb(145,133,255); }
div.DivClassName
{
background-color: #9185FF;
}
.BgClassName
{
background-color: #9185FF;
}
</style>
border-color css
<style>
span { border-color: #9185FF; }
span { border-color: rgb(145,133,255); }
td.TdClassName
{
border-color: #9185FF;
}
.TagClassName
{
border-color: #9185FF;
}
</style>