Html Css Color HEX #890BFD Electric Indigo

📋 copy color: '#890BFD'

red 137 ◦ green 11 ◦ blue 253

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

Shades of Electric Indigo #890BFD

Tints of Electric Indigo #890BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.09%

R = 34.16%
G = 2.74%
B = 63.09%

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

#890BFD (or 0x890BFD) is known color: Electric Indigo. HEX triplet: 89, 0B and FD. RGB value is (137,11,253). Sum of RGB (Red+Green+Blue) = 137+11+253=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #890BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890BFD is #76F402. Grayscale: #4B4B4B. Windows color (decimal): -7795715 or 16583561. OLE color: 16583561.

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

Color convert

RGB 137 11 253 -
CMYK 0.46 0.96 0 0.01
HSL 271.24º 0.98% 0.52% -
HSV(B) 271.24º 0.96% 0.99% -
XYZ 28.17 12.65 93.89 -
YUV 76.26 227.74 171.32 -
System Red Green Blue C M Y K H S L
Decimal 137 11 253 0.46 0.96 0 0.01 271.24 0.98 0.52
Hex 89 B FD 2E 60 0 1 10F 62 34
Octal 211 13 375 56 140 0 1 417 142 64
Binary 10001001 1011 11111101 101110 1100000 0 1 100001111 1100010 110100

Color Harmonies of #890BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BFD

Black with #890BFD

Text Example


Text Example

White with #890BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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