Html Css Color HEX #890CFD Electric Indigo

📋 copy color: '#890CFD'

red 137 ◦ green 12 ◦ blue 253

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

Shades of Electric Indigo #890CFD

Tints of Electric Indigo #890CFD

RGB

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

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

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

R = 34.08%
G = 2.99%
B = 62.94%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#890CFD (or 0x890CFD) is known color: Electric Indigo. HEX triplet: 89, 0C and FD. RGB value is (137,12,253). Sum of RGB (Red+Green+Blue) = 137+12+253=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #890CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CFD is #76F302. Grayscale: #4C4C4C. Windows color (decimal): -7795459 or 16583817. OLE color: 16583817.

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

Color convert

RGB 137 12 253 -
CMYK 0.46 0.95 0 0.01
HSL 271.12º 0.98% 0.52% -
HSV(B) 271.12º 0.95% 0.99% -
XYZ 28.18 12.67 93.89 -
YUV 76.85 227.41 170.9 -
System Red Green Blue C M Y K H S L
Decimal 137 12 253 0.46 0.95 0 0.01 271.12 0.98 0.52
Hex 89 C FD 2E 5F 0 1 10F 62 34
Octal 211 14 375 56 137 0 1 417 142 64
Binary 10001001 1100 11111101 101110 1011111 0 1 100001111 1100010 110100

Color Harmonies of #890CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CFD

Black with #890CFD

Text Example


Text Example

White with #890CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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