Shades of Electric Indigo #860BFD
Tints of Electric Indigo #860BFD
RGB
CMYK
RGB Variations
Color information
#860BFD (or 0x860BFD) is known color: Electric Indigo. HEX triplet: 86, 0B and FD. RGB value is (134,11,253). Sum of RGB (Red+Green+Blue) = 134+11+253=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #860BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860BFD is #79F402. Grayscale: #4A4A4A. Windows color (decimal): -7992323 or 16583558. OLE color: 16583558.
HSL color Cylindrical-coordinate representation of color #860BFD: hue angle of 270.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860BFD is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 11 | 253 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.01 |
| HSL | 270.5º | 0.98% | 0.52% | - |
| HSV(B) | 270.5º | 0.96% | 0.99% | - |
| XYZ | 27.68 | 12.4 | 93.86 | - |
| YUV | 75.37 | 228.25 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 253 | 0.47 | 0.96 | 0 | 0.01 | 270.5 | 0.98 | 0.52 |
| Hex | 86 | B | FD | 2F | 60 | 0 | 1 | 10E | 62 | 34 |
| Octal | 206 | 13 | 375 | 57 | 140 | 0 | 1 | 416 | 142 | 64 |
| Binary | 10000110 | 1011 | 11111101 | 101111 | 1100000 | 0 | 1 | 100001110 | 1100010 | 110100 |
Color Harmonies of #860BFD
Complementary color
Monochromatic Colors of #860BFD
Black with #860BFD
Text Example
Text Example
White with #860BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BFD; }
p { color: rgb(134,11,253); }
H1.HeaderClassName
{
color: #860BFD;
}
.AnyTagClassName
{
color: #860BFD;
}
</style>
background-color css
<style>
a { background-color: #860BFD; }
a { background-color: rgb(134,11,253); }
div.DivClassName
{
background-color: #860BFD;
}
.BgClassName
{
background-color: #860BFD;
}
</style>
border-color css
<style>
span { border-color: #860BFD; }
span { border-color: rgb(134,11,253); }
td.TdClassName
{
border-color: #860BFD;
}
.TagClassName
{
border-color: #860BFD;
}
</style>