Html Css Color HEX #890AFF Electric Indigo

📋 copy color: '#890AFF'

red 137 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #890AFF

Tints of Electric Indigo #890AFF

RGB

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

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

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

R = 34.08%
G = 2.49%
B = 63.43%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#890AFF (or 0x890AFF) is known color: Electric Indigo. HEX triplet: 89, 0A and FF. RGB value is (137,10,255). Sum of RGB (Red+Green+Blue) = 137+10+255=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #890AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890AFF is #76F500. Grayscale: #4B4B4B. Windows color (decimal): -7795969 or 16714377. OLE color: 16714377.

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

Color convert

RGB 137 10 255 -
CMYK 0.46 0.96 0 0
HSL 271.1º 1% 0.52% -
HSV(B) 271.1º 0.96% 1% -
XYZ 28.48 12.76 95.57 -
YUV 75.9 229.08 171.58 -
System Red Green Blue C M Y K H S L
Decimal 137 10 255 0.46 0.96 0 0 271.1 1 0.52
Hex 89 A FF 2E 60 0 0 10F 64 34
Octal 211 12 377 56 140 0 0 417 144 64
Binary 10001001 1010 11111111 101110 1100000 0 0 100001111 1100100 110100

Color Harmonies of #890AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890AFF

Black with #890AFF

Text Example


Text Example

White with #890AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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