Shades of Light Slate Blue #8184FF
Tints of Light Slate Blue #8184FF
RGB
CMYK
RGB Variations
Color information
#8184FF (or 0x8184FF) is known color: Light Slate Blue. HEX triplet: 81, 84 and FF. RGB value is (129,132,255). Sum of RGB (Red+Green+Blue) = 129+132+255=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #8184FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8184FF is #7E7B00. Grayscale: #909090. Windows color (decimal): -8289025 or 16745601. OLE color: 16745601.
HSL color Cylindrical-coordinate representation of color #8184FF: hue angle of 238.57º 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 #8184FF is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 132 | 255 | - |
| CMYK | 0.49 | 0.48 | 0 | 0 |
| HSL | 238.57º | 1% | 0.75% | - |
| HSV(B) | 238.57º | 0.49% | 1% | - |
| XYZ | 35.35 | 28.39 | 98.22 | - |
| YUV | 145.13 | 190.01 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 255 | 0.49 | 0.48 | 0 | 0 | 238.57 | 1 | 0.75 |
| Hex | 81 | 84 | FF | 31 | 30 | 0 | 0 | EF | 64 | 4B |
| Octal | 201 | 204 | 377 | 61 | 60 | 0 | 0 | 357 | 144 | 113 |
| Binary | 10000001 | 10000100 | 11111111 | 110001 | 110000 | 0 | 0 | 11101111 | 1100100 | 1001011 |
Color Harmonies of #8184FF
Complementary color
Monochromatic Colors of #8184FF
Black with #8184FF
Text Example
Text Example
White with #8184FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8184FF; }
p { color: rgb(129,132,255); }
H1.HeaderClassName
{
color: #8184FF;
}
.AnyTagClassName
{
color: #8184FF;
}
</style>
background-color css
<style>
a { background-color: #8184FF; }
a { background-color: rgb(129,132,255); }
div.DivClassName
{
background-color: #8184FF;
}
.BgClassName
{
background-color: #8184FF;
}
</style>
border-color css
<style>
span { border-color: #8184FF; }
span { border-color: rgb(129,132,255); }
td.TdClassName
{
border-color: #8184FF;
}
.TagClassName
{
border-color: #8184FF;
}
</style>