Html Css Color HEX #890CFA Electric Indigo

📋 copy color: '#890CFA'

red 137 ◦ green 12 ◦ blue 250

#890CFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #890CFA

Tints of Electric Indigo #890CFA

RGB

 RED value IS 137 (53.91% from 255) = 34.34%

 GREEN value IS 12 (5.08% from 255) = 3.01%

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 34.34%
G = 3.01%
B = 62.66%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#890CFA (or 0x890CFA) is known color: Electric Indigo. HEX triplet: 89, 0C and FA. RGB value is (137,12,250). Sum of RGB (Red+Green+Blue) = 137+12+250=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #890CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CFA is #76F305. Grayscale: #4B4B4B. Windows color (decimal): -7795462 or 16387209. OLE color: 16387209.

HSL color Cylindrical-coordinate representation of color #890CFA: hue angle of 271.51º 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 #890CFA is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 12 250 -
CMYK 0.45 0.95 0 0.02
HSL 271.51º 0.96% 0.51% -
HSV(B) 271.51º 0.95% 0.98% -
XYZ 27.7 12.48 91.39 -
YUV 76.51 225.91 171.15 -
System Red Green Blue C M Y K H S L
Decimal 137 12 250 0.45 0.95 0 0.02 271.51 0.96 0.51
Hex 89 C FA 2D 5F 0 2 110 60 33
Octal 211 14 372 55 137 0 2 420 140 63
Binary 10001001 1100 11111010 101101 1011111 0 10 100010000 1100000 110011

Color Harmonies of #890CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CFA

Black with #890CFA

Text Example


Text Example

White with #890CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #890CFA;
 }
 .AnyTagClassName
 {
   color: #890CFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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