Shades of Light Slate Blue #9184FE
Tints of Light Slate Blue #9184FE
RGB
CMYK
RGB Variations
Color information
#9184FE (or 0x9184FE) is known color: Light Slate Blue. HEX triplet: 91, 84 and FE. RGB value is (145,132,254). Sum of RGB (Red+Green+Blue) = 145+132+254=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #9184FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9184FE is #6E7B01. Grayscale: #959595. Windows color (decimal): -7240450 or 16680081. OLE color: 16680081.
HSL color Cylindrical-coordinate representation of color #9184FE: hue angle of 246.39º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9184FE is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 132 | 254 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.00 |
| HSL | 246.39º | 0.98% | 0.76% | - |
| HSV(B) | 246.39º | 0.48% | 1% | - |
| XYZ | 37.82 | 29.68 | 97.5 | - |
| YUV | 149.8 | 186.81 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 254 | 0.43 | 0.48 | 0 | 0.00 | 246.39 | 0.98 | 0.76 |
| Hex | 91 | 84 | FE | 2B | 30 | 0 | 0 | F6 | 62 | 4C |
| Octal | 221 | 204 | 376 | 53 | 60 | 0 | 0 | 366 | 142 | 114 |
| Binary | 10010001 | 10000100 | 11111110 | 101011 | 110000 | 0 | 0 | 11110110 | 1100010 | 1001100 |
Color Harmonies of #9184FE
Complementary color
Monochromatic Colors of #9184FE
Black with #9184FE
Text Example
Text Example
White with #9184FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9184FE; }
p { color: rgb(145,132,254); }
H1.HeaderClassName
{
color: #9184FE;
}
.AnyTagClassName
{
color: #9184FE;
}
</style>
background-color css
<style>
a { background-color: #9184FE; }
a { background-color: rgb(145,132,254); }
div.DivClassName
{
background-color: #9184FE;
}
.BgClassName
{
background-color: #9184FE;
}
</style>
border-color css
<style>
span { border-color: #9184FE; }
span { border-color: rgb(145,132,254); }
td.TdClassName
{
border-color: #9184FE;
}
.TagClassName
{
border-color: #9184FE;
}
</style>