Html Css Color HEX #890BFB Electric Indigo

📋 copy color: '#890BFB'

red 137 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #890BFB

Tints of Electric Indigo #890BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.76%

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

R = 34.34%
G = 2.76%
B = 62.91%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#890BFB (or 0x890BFB) is known color: Electric Indigo. HEX triplet: 89, 0B and FB. RGB value is (137,11,251). Sum of RGB (Red+Green+Blue) = 137+11+251=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #890BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890BFB is #76F404. Grayscale: #4B4B4B. Windows color (decimal): -7795717 or 16452489. OLE color: 16452489.

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

Color convert

RGB 137 11 251 -
CMYK 0.45 0.96 0 0.02
HSL 271.5º 0.97% 0.51% -
HSV(B) 271.5º 0.96% 0.98% -
XYZ 27.85 12.52 92.22 -
YUV 76.03 226.74 171.49 -
System Red Green Blue C M Y K H S L
Decimal 137 11 251 0.45 0.96 0 0.02 271.5 0.97 0.51
Hex 89 B FB 2D 60 0 2 110 61 33
Octal 211 13 373 55 140 0 2 420 141 63
Binary 10001001 1011 11111011 101101 1100000 0 10 100010000 1100001 110011

Color Harmonies of #890BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BFB

Black with #890BFB

Text Example


Text Example

White with #890BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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