Html Css Color HEX #890AFE Electric Indigo

📋 copy color: '#890AFE'

red 137 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #890AFE

Tints of Electric Indigo #890AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

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

R = 34.16%
G = 2.49%
B = 63.34%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#890AFE (or 0x890AFE) is known color: Electric Indigo. HEX triplet: 89, 0A and FE. RGB value is (137,10,254). Sum of RGB (Red+Green+Blue) = 137+10+254=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #890AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890AFE is #76F501. Grayscale: #4A4A4A. Windows color (decimal): -7795970 or 16648841. OLE color: 16648841.

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

Color convert

RGB 137 10 254 -
CMYK 0.46 0.96 0 0.00
HSL 271.23º 0.99% 0.52% -
HSV(B) 271.23º 0.96% 1% -
XYZ 28.31 12.69 94.72 -
YUV 75.79 228.58 171.66 -
System Red Green Blue C M Y K H S L
Decimal 137 10 254 0.46 0.96 0 0.00 271.23 0.99 0.52
Hex 89 A FE 2E 60 0 0 10F 63 34
Octal 211 12 376 56 140 0 0 417 143 64
Binary 10001001 1010 11111110 101110 1100000 0 0 100001111 1100011 110100

Color Harmonies of #890AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890AFE

Black with #890AFE

Text Example


Text Example

White with #890AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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