Html Css Color HEX #890CFB Electric Indigo

📋 copy color: '#890CFB'

red 137 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #890CFB

Tints of Electric Indigo #890CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.75%

R = 34.25%
G = 3%
B = 62.75%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#890CFB (or 0x890CFB) is known color: Electric Indigo. HEX triplet: 89, 0C and FB. RGB value is (137,12,251). Sum of RGB (Red+Green+Blue) = 137+12+251=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #890CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CFB is #76F304. Grayscale: #4B4B4B. Windows color (decimal): -7795461 or 16452745. OLE color: 16452745.

HSL color Cylindrical-coordinate representation of color #890CFB: hue angle of 271.38º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CFB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 12 251 -
CMYK 0.45 0.95 0 0.02
HSL 271.38º 0.97% 0.52% -
HSV(B) 271.38º 0.95% 0.98% -
XYZ 27.86 12.55 92.22 -
YUV 76.62 226.41 171.07 -
System Red Green Blue C M Y K H S L
Decimal 137 12 251 0.45 0.95 0 0.02 271.38 0.97 0.52
Hex 89 C FB 2D 5F 0 2 10F 61 34
Octal 211 14 373 55 137 0 2 417 141 64
Binary 10001001 1100 11111011 101101 1011111 0 10 100001111 1100001 110100

Color Harmonies of #890CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CFB

Black with #890CFB

Text Example


Text Example

White with #890CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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