#850CFA

Color #850CFA Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #850CFA

Tints of Electric Indigo #850CFA

Color information

#850CFA (or 0x850CFA) is unknown color: approx Electric Indigo. HEX triplet: 85, 0C and FA. RGB value is (133,12,250). Sum of RGB (Red+Green+Blue) = 133+12+250=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #850CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850CFA is #7AF305. Grayscale: #4A4A4A. Windows color (decimal): -8057606 or 16387205. OLE color: 16387205.

HSL color Cylindrical-coordinate representation of color #850CFA: hue angle of 270.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CFA is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13312250-
CMYK0.470.9500.02
HSL270.5º95.97%51.37%-
HSV(B)270.5º95.2%98.04%-
XYZ27.0612.1591.36-
YUV75.31226.59169.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 12 (5.08% from 255) = 3.04%
BLUE value IS 250 (98.05% from 255) = 63.29%
R=33.67%
G=3.04%
B=63.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133122500.470.9500.02270.595.9751.37
Hex85CFA2F5F0210f6033
Octal20514372571370241714063
Binary1000010111001111101010111110111110101000011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850CFA; }

 p { color: rgb(133,12,250); }

 H1.HeaderClassName
 {
   color: #850CFA;
 }
 .AnyTagClassName
 {
   color: #850CFA;
 }
</style>
background-color css

<style>
 a { background-color: #850CFA; }

 a { background-color: rgb(133,12,250); }

 div.DivClassName
 {
   background-color: #850CFA;
 }
 .BgClassName
 {
   background-color: #850CFA;
 }
</style>
border-color css

<style>
 span { border-color: #850CFA; }

 span { border-color: rgb(133,12,250); }

 td.TdClassName
 {
   border-color: #850CFA;
 }
 .TagClassName
 {
   border-color: #850CFA;
 }
</style>