Shades of Electric Indigo #860CFE
Tints of Electric Indigo #860CFE
RGB
CMYK
RGB Variations
Color information
#860CFE (or 0x860CFE) is known color: Electric Indigo. HEX triplet: 86, 0C and FE. RGB value is (134,12,254). Sum of RGB (Red+Green+Blue) = 134+12+254=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #860CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860CFE is #79F301. Grayscale: #4B4B4B. Windows color (decimal): -7992066 or 16649350. OLE color: 16649350.
HSL color Cylindrical-coordinate representation of color #860CFE: hue angle of 270.25º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860CFE is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 12 | 254 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.00 |
| HSL | 270.25º | 0.99% | 0.52% | - |
| HSV(B) | 270.25º | 0.95% | 1% | - |
| XYZ | 27.85 | 12.49 | 94.71 | - |
| YUV | 76.07 | 228.42 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 254 | 0.47 | 0.95 | 0 | 0.00 | 270.25 | 0.99 | 0.52 |
| Hex | 86 | C | FE | 2F | 5F | 0 | 0 | 10E | 63 | 34 |
| Octal | 206 | 14 | 376 | 57 | 137 | 0 | 0 | 416 | 143 | 64 |
| Binary | 10000110 | 1100 | 11111110 | 101111 | 1011111 | 0 | 0 | 100001110 | 1100011 | 110100 |
Color Harmonies of #860CFE
Complementary color
Monochromatic Colors of #860CFE
Black with #860CFE
Text Example
Text Example
White with #860CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CFE; }
p { color: rgb(134,12,254); }
H1.HeaderClassName
{
color: #860CFE;
}
.AnyTagClassName
{
color: #860CFE;
}
</style>
background-color css
<style>
a { background-color: #860CFE; }
a { background-color: rgb(134,12,254); }
div.DivClassName
{
background-color: #860CFE;
}
.BgClassName
{
background-color: #860CFE;
}
</style>
border-color css
<style>
span { border-color: #860CFE; }
span { border-color: rgb(134,12,254); }
td.TdClassName
{
border-color: #860CFE;
}
.TagClassName
{
border-color: #860CFE;
}
</style>