Html Css Color HEX #890AFC Electric Indigo

📋 copy color: '#890AFC'

red 137 ◦ green 10 ◦ blue 252

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

Shades of Electric Indigo #890AFC

Tints of Electric Indigo #890AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 34.34%
G = 2.51%
B = 63.16%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#890AFC (or 0x890AFC) is known color: Electric Indigo. HEX triplet: 89, 0A and FC. RGB value is (137,10,252). Sum of RGB (Red+Green+Blue) = 137+10+252=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #890AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890AFC is #76F503. Grayscale: #4A4A4A. Windows color (decimal): -7795972 or 16517769. OLE color: 16517769.

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

Color convert

RGB 137 10 252 -
CMYK 0.46 0.96 0 0.01
HSL 271.49º 0.98% 0.51% -
HSV(B) 271.49º 0.96% 0.99% -
XYZ 28 12.56 93.04 -
YUV 75.56 227.58 171.82 -
System Red Green Blue C M Y K H S L
Decimal 137 10 252 0.46 0.96 0 0.01 271.49 0.98 0.51
Hex 89 A FC 2E 60 0 1 10F 62 33
Octal 211 12 374 56 140 0 1 417 142 63
Binary 10001001 1010 11111100 101110 1100000 0 1 100001111 1100010 110011

Color Harmonies of #890AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890AFC

Black with #890AFC

Text Example


Text Example

White with #890AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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