Shades of Light Slate Blue #8681FE
Tints of Light Slate Blue #8681FE
RGB
CMYK
RGB Variations
Color information
#8681FE (or 0x8681FE) is known color: Light Slate Blue. HEX triplet: 86, 81 and FE. RGB value is (134,129,254). Sum of RGB (Red+Green+Blue) = 134+129+254=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #8681FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8681FE is #797E01. Grayscale: #909090. Windows color (decimal): -7962114 or 16679302. OLE color: 16679302.
HSL color Cylindrical-coordinate representation of color #8681FE: hue angle of 242.4º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8681FE is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 129 | 254 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.00 |
| HSL | 242.4º | 0.98% | 0.75% | - |
| HSV(B) | 242.4º | 0.49% | 1% | - |
| XYZ | 35.57 | 27.92 | 97.28 | - |
| YUV | 144.75 | 189.66 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 254 | 0.47 | 0.49 | 0 | 0.00 | 242.4 | 0.98 | 0.75 |
| Hex | 86 | 81 | FE | 2F | 31 | 0 | 0 | F2 | 62 | 4B |
| Octal | 206 | 201 | 376 | 57 | 61 | 0 | 0 | 362 | 142 | 113 |
| Binary | 10000110 | 10000001 | 11111110 | 101111 | 110001 | 0 | 0 | 11110010 | 1100010 | 1001011 |
Color Harmonies of #8681FE
Complementary color
Monochromatic Colors of #8681FE
Black with #8681FE
Text Example
Text Example
White with #8681FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8681FE; }
p { color: rgb(134,129,254); }
H1.HeaderClassName
{
color: #8681FE;
}
.AnyTagClassName
{
color: #8681FE;
}
</style>
background-color css
<style>
a { background-color: #8681FE; }
a { background-color: rgb(134,129,254); }
div.DivClassName
{
background-color: #8681FE;
}
.BgClassName
{
background-color: #8681FE;
}
</style>
border-color css
<style>
span { border-color: #8681FE; }
span { border-color: rgb(134,129,254); }
td.TdClassName
{
border-color: #8681FE;
}
.TagClassName
{
border-color: #8681FE;
}
</style>