Shades of Light Slate Blue #8680FE
Tints of Light Slate Blue #8680FE
RGB
CMYK
RGB Variations
Color information
#8680FE (or 0x8680FE) is known color: Light Slate Blue. HEX triplet: 86, 80 and FE. RGB value is (134,128,254). Sum of RGB (Red+Green+Blue) = 134+128+254=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #8680FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8680FE is #797F01. Grayscale: #8F8F8F. Windows color (decimal): -7962370 or 16679046. OLE color: 16679046.
HSL color Cylindrical-coordinate representation of color #8680FE: hue angle of 242.86º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8680FE is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 128 | 254 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.00 |
| HSL | 242.86º | 0.98% | 0.75% | - |
| HSV(B) | 242.86º | 0.5% | 1% | - |
| XYZ | 35.44 | 27.66 | 97.24 | - |
| YUV | 144.16 | 189.99 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 254 | 0.47 | 0.50 | 0 | 0.00 | 242.86 | 0.98 | 0.75 |
| Hex | 86 | 80 | FE | 2F | 32 | 0 | 0 | F3 | 62 | 4B |
| Octal | 206 | 200 | 376 | 57 | 62 | 0 | 0 | 363 | 142 | 113 |
| Binary | 10000110 | 10000000 | 11111110 | 101111 | 110010 | 0 | 0 | 11110011 | 1100010 | 1001011 |
Color Harmonies of #8680FE
Complementary color
Monochromatic Colors of #8680FE
Black with #8680FE
Text Example
Text Example
White with #8680FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8680FE; }
p { color: rgb(134,128,254); }
H1.HeaderClassName
{
color: #8680FE;
}
.AnyTagClassName
{
color: #8680FE;
}
</style>
background-color css
<style>
a { background-color: #8680FE; }
a { background-color: rgb(134,128,254); }
div.DivClassName
{
background-color: #8680FE;
}
.BgClassName
{
background-color: #8680FE;
}
</style>
border-color css
<style>
span { border-color: #8680FE; }
span { border-color: rgb(134,128,254); }
td.TdClassName
{
border-color: #8680FE;
}
.TagClassName
{
border-color: #8680FE;
}
</style>