Html Css Color HEX #890CFE Electric Indigo

📋 copy color: '#890CFE'

red 137 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #890CFE

Tints of Electric Indigo #890CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.98%

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

R = 34%
G = 2.98%
B = 63.03%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#890CFE (or 0x890CFE) is known color: Electric Indigo. HEX triplet: 89, 0C and FE. RGB value is (137,12,254). Sum of RGB (Red+Green+Blue) = 137+12+254=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #890CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CFE is #76F301. Grayscale: #4C4C4C. Windows color (decimal): -7795458 or 16649353. OLE color: 16649353.

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

Color convert

RGB 137 12 254 -
CMYK 0.46 0.95 0 0.00
HSL 270.99º 0.99% 0.52% -
HSV(B) 270.99º 0.95% 1% -
XYZ 28.34 12.74 94.73 -
YUV 76.96 227.91 170.82 -
System Red Green Blue C M Y K H S L
Decimal 137 12 254 0.46 0.95 0 0.00 270.99 0.99 0.52
Hex 89 C FE 2E 5F 0 0 10F 63 34
Octal 211 14 376 56 137 0 0 417 143 64
Binary 10001001 1100 11111110 101110 1011111 0 0 100001111 1100011 110100

Color Harmonies of #890CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CFE

Black with #890CFE

Text Example


Text Example

White with #890CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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