Html Css Color HEX #890FFE Electric Indigo

📋 copy color: '#890FFE'

red 137 ◦ green 15 ◦ blue 254

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

Shades of Electric Indigo #890FFE

Tints of Electric Indigo #890FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.69%

 BLUE value IS 254 (99.61% from 255) = 62.56%

R = 33.74%
G = 3.69%
B = 62.56%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#890FFE (or 0x890FFE) is known color: Electric Indigo. HEX triplet: 89, 0F and FE. RGB value is (137,15,254). Sum of RGB (Red+Green+Blue) = 137+15+254=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #890FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890FFE is #76F001. Grayscale: #4D4D4D. Windows color (decimal): -7794690 or 16650121. OLE color: 16650121.

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

Color convert

RGB 137 15 254 -
CMYK 0.46 0.94 0 0.00
HSL 270.63º 0.99% 0.53% -
HSV(B) 270.63º 0.94% 1% -
XYZ 28.38 12.82 94.74 -
YUV 78.72 226.92 169.57 -
System Red Green Blue C M Y K H S L
Decimal 137 15 254 0.46 0.94 0 0.00 270.63 0.99 0.53
Hex 89 F FE 2E 5E 0 0 10F 63 35
Octal 211 17 376 56 136 0 0 417 143 65
Binary 10001001 1111 11111110 101110 1011110 0 0 100001111 1100011 110101

Color Harmonies of #890FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FFE

Black with #890FFE

Text Example


Text Example

White with #890FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,15,254); }

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

background-color css

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

 a { background-color: rgb(137,15,254); }

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

border-color css

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

 span { border-color: rgb(137,15,254); }

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