Shades of Light Slate Blue #9182FF
Tints of Light Slate Blue #9182FF
RGB
CMYK
RGB Variations
Color information
#9182FF (or 0x9182FF) is known color: Light Slate Blue. HEX triplet: 91, 82 and FF. RGB value is (145,130,255). Sum of RGB (Red+Green+Blue) = 145+130+255=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #9182FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9182FF is #6E7D00. Grayscale: #949494. Windows color (decimal): -7240961 or 16745105. OLE color: 16745105.
HSL color Cylindrical-coordinate representation of color #9182FF: hue angle of 247.2º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9182FF is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 130 | 255 | - |
| CMYK | 0.43 | 0.49 | 0 | 0 |
| HSL | 247.2º | 1% | 0.75% | - |
| HSV(B) | 247.2º | 0.49% | 1% | - |
| XYZ | 37.71 | 29.21 | 98.26 | - |
| YUV | 148.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 255 | 0.43 | 0.49 | 0 | 0 | 247.2 | 1 | 0.75 |
| Hex | 91 | 82 | FF | 2B | 31 | 0 | 0 | F7 | 64 | 4B |
| Octal | 221 | 202 | 377 | 53 | 61 | 0 | 0 | 367 | 144 | 113 |
| Binary | 10010001 | 10000010 | 11111111 | 101011 | 110001 | 0 | 0 | 11110111 | 1100100 | 1001011 |
Color Harmonies of #9182FF
Complementary color
Monochromatic Colors of #9182FF
Black with #9182FF
Text Example
Text Example
White with #9182FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182FF; }
p { color: rgb(145,130,255); }
H1.HeaderClassName
{
color: #9182FF;
}
.AnyTagClassName
{
color: #9182FF;
}
</style>
background-color css
<style>
a { background-color: #9182FF; }
a { background-color: rgb(145,130,255); }
div.DivClassName
{
background-color: #9182FF;
}
.BgClassName
{
background-color: #9182FF;
}
</style>
border-color css
<style>
span { border-color: #9182FF; }
span { border-color: rgb(145,130,255); }
td.TdClassName
{
border-color: #9182FF;
}
.TagClassName
{
border-color: #9182FF;
}
</style>