Html Css Color HEX #890CFC Electric Indigo

📋 copy color: '#890CFC'

red 137 ◦ green 12 ◦ blue 252

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

Shades of Electric Indigo #890CFC

Tints of Electric Indigo #890CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.84%

R = 34.16%
G = 2.99%
B = 62.84%

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

#890CFC (or 0x890CFC) is known color: Electric Indigo. HEX triplet: 89, 0C and FC. RGB value is (137,12,252). Sum of RGB (Red+Green+Blue) = 137+12+252=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #890CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CFC is #76F303. Grayscale: #4B4B4B. Windows color (decimal): -7795460 or 16518281. OLE color: 16518281.

HSL color Cylindrical-coordinate representation of color #890CFC: hue angle of 271.25º 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 #890CFC is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 12 252 -
CMYK 0.46 0.95 0 0.01
HSL 271.25º 0.98% 0.52% -
HSV(B) 271.25º 0.95% 0.99% -
XYZ 28.02 12.61 93.05 -
YUV 76.74 226.91 170.99 -
System Red Green Blue C M Y K H S L
Decimal 137 12 252 0.46 0.95 0 0.01 271.25 0.98 0.52
Hex 89 C FC 2E 5F 0 1 10F 62 34
Octal 211 14 374 56 137 0 1 417 142 64
Binary 10001001 1100 11111100 101110 1011111 0 1 100001111 1100010 110100

Color Harmonies of #890CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CFC

Black with #890CFC

Text Example


Text Example

White with #890CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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