Shades of Light Slate Blue #8187F3
Tints of Light Slate Blue #8187F3
RGB
CMYK
RGB Variations
Color information
#8187F3 (or 0x8187F3) is known color: Light Slate Blue. HEX triplet: 81, 87 and F3. RGB value is (129,135,243). Sum of RGB (Red+Green+Blue) = 129+135+243=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #8187F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8187F3 is #7E780C. Grayscale: #919191. Windows color (decimal): -8288269 or 15959937. OLE color: 15959937.
HSL color Cylindrical-coordinate representation of color #8187F3: hue angle of 236.84º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8187F3 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 135 | 243 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.05 |
| HSL | 236.84º | 0.83% | 0.73% | - |
| HSV(B) | 236.84º | 0.47% | 0.95% | - |
| XYZ | 33.89 | 28.47 | 88.5 | - |
| YUV | 145.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 243 | 0.47 | 0.44 | 0 | 0.05 | 236.84 | 0.83 | 0.73 |
| Hex | 81 | 87 | F3 | 2F | 2C | 0 | 5 | ED | 53 | 49 |
| Octal | 201 | 207 | 363 | 57 | 54 | 0 | 5 | 355 | 123 | 111 |
| Binary | 10000001 | 10000111 | 11110011 | 101111 | 101100 | 0 | 101 | 11101101 | 1010011 | 1001001 |
Color Harmonies of #8187F3
Complementary color
Monochromatic Colors of #8187F3
Black with #8187F3
Text Example
Text Example
White with #8187F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8187F3; }
p { color: rgb(129,135,243); }
H1.HeaderClassName
{
color: #8187F3;
}
.AnyTagClassName
{
color: #8187F3;
}
</style>
background-color css
<style>
a { background-color: #8187F3; }
a { background-color: rgb(129,135,243); }
div.DivClassName
{
background-color: #8187F3;
}
.BgClassName
{
background-color: #8187F3;
}
</style>
border-color css
<style>
span { border-color: #8187F3; }
span { border-color: rgb(129,135,243); }
td.TdClassName
{
border-color: #8187F3;
}
.TagClassName
{
border-color: #8187F3;
}
</style>