Shades of Light Slate Blue #9185F6
Tints of Light Slate Blue #9185F6
RGB
CMYK
RGB Variations
Color information
#9185F6 (or 0x9185F6) is known color: Light Slate Blue. HEX triplet: 91, 85 and F6. RGB value is (145,133,246). Sum of RGB (Red+Green+Blue) = 145+133+246=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #9185F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9185F6 is #6E7A09. Grayscale: #959595. Windows color (decimal): -7240202 or 16156049. OLE color: 16156049.
HSL color Cylindrical-coordinate representation of color #9185F6: hue angle of 246.37º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9185F6 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 133 | 246 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.04 |
| HSL | 246.37º | 0.86% | 0.74% | - |
| HSV(B) | 246.37º | 0.46% | 0.96% | - |
| XYZ | 36.7 | 29.45 | 90.94 | - |
| YUV | 149.47 | 182.48 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 246 | 0.41 | 0.46 | 0 | 0.04 | 246.37 | 0.86 | 0.74 |
| Hex | 91 | 85 | F6 | 29 | 2E | 0 | 4 | F6 | 56 | 4A |
| Octal | 221 | 205 | 366 | 51 | 56 | 0 | 4 | 366 | 126 | 112 |
| Binary | 10010001 | 10000101 | 11110110 | 101001 | 101110 | 0 | 100 | 11110110 | 1010110 | 1001010 |
Color Harmonies of #9185F6
Complementary color
Monochromatic Colors of #9185F6
Black with #9185F6
Text Example
Text Example
White with #9185F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185F6; }
p { color: rgb(145,133,246); }
H1.HeaderClassName
{
color: #9185F6;
}
.AnyTagClassName
{
color: #9185F6;
}
</style>
background-color css
<style>
a { background-color: #9185F6; }
a { background-color: rgb(145,133,246); }
div.DivClassName
{
background-color: #9185F6;
}
.BgClassName
{
background-color: #9185F6;
}
</style>
border-color css
<style>
span { border-color: #9185F6; }
span { border-color: rgb(145,133,246); }
td.TdClassName
{
border-color: #9185F6;
}
.TagClassName
{
border-color: #9185F6;
}
</style>