Html Css Color HEX #890EFF Electric Indigo

📋 copy color: '#890EFF'

red 137 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #890EFF

Tints of Electric Indigo #890EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.45%

 BLUE value IS 255 (100% from 255) = 62.81%

R = 33.74%
G = 3.45%
B = 62.81%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#890EFF (or 0x890EFF) is known color: Electric Indigo. HEX triplet: 89, 0E and FF. RGB value is (137,14,255). Sum of RGB (Red+Green+Blue) = 137+14+255=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #890EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EFF is #76F100. Grayscale: #4D4D4D. Windows color (decimal): -7794945 or 16715401. OLE color: 16715401.

HSL color Cylindrical-coordinate representation of color #890EFF: hue angle of 270.62º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890EFF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 14 255 -
CMYK 0.46 0.95 0 0
HSL 270.62º 1% 0.53% -
HSV(B) 270.62º 0.95% 1% -
XYZ 28.52 12.85 95.59 -
YUV 78.25 227.75 169.9 -
System Red Green Blue C M Y K H S L
Decimal 137 14 255 0.46 0.95 0 0 270.62 1 0.53
Hex 89 E FF 2E 5F 0 0 10F 64 35
Octal 211 16 377 56 137 0 0 417 144 65
Binary 10001001 1110 11111111 101110 1011111 0 0 100001111 1100100 110101

Color Harmonies of #890EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890EFF

Black with #890EFF

Text Example


Text Example

White with #890EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,14,255); }

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

background-color css

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

 a { background-color: rgb(137,14,255); }

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

border-color css

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

 span { border-color: rgb(137,14,255); }

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