Shades of Light Slate Blue #8184F6
Tints of Light Slate Blue #8184F6
RGB
CMYK
RGB Variations
Color information
#8184F6 (or 0x8184F6) is known color: Light Slate Blue. HEX triplet: 81, 84 and F6. RGB value is (129,132,246). Sum of RGB (Red+Green+Blue) = 129+132+246=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #8184F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8184F6 is #7E7B09. Grayscale: #8F8F8F. Windows color (decimal): -8289034 or 16155777. OLE color: 16155777.
HSL color Cylindrical-coordinate representation of color #8184F6: hue angle of 238.46º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8184F6 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 132 | 246 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.04 |
| HSL | 238.46º | 0.87% | 0.74% | - |
| HSV(B) | 238.46º | 0.48% | 0.96% | - |
| XYZ | 33.94 | 27.82 | 90.77 | - |
| YUV | 144.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 246 | 0.48 | 0.46 | 0 | 0.04 | 238.46 | 0.87 | 0.74 |
| Hex | 81 | 84 | F6 | 30 | 2E | 0 | 4 | EE | 57 | 4A |
| Octal | 201 | 204 | 366 | 60 | 56 | 0 | 4 | 356 | 127 | 112 |
| Binary | 10000001 | 10000100 | 11110110 | 110000 | 101110 | 0 | 100 | 11101110 | 1010111 | 1001010 |
Color Harmonies of #8184F6
Complementary color
Monochromatic Colors of #8184F6
Black with #8184F6
Text Example
Text Example
White with #8184F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8184F6; }
p { color: rgb(129,132,246); }
H1.HeaderClassName
{
color: #8184F6;
}
.AnyTagClassName
{
color: #8184F6;
}
</style>
background-color css
<style>
a { background-color: #8184F6; }
a { background-color: rgb(129,132,246); }
div.DivClassName
{
background-color: #8184F6;
}
.BgClassName
{
background-color: #8184F6;
}
</style>
border-color css
<style>
span { border-color: #8184F6; }
span { border-color: rgb(129,132,246); }
td.TdClassName
{
border-color: #8184F6;
}
.TagClassName
{
border-color: #8184F6;
}
</style>