Html Css Color HEX #790BFE Electric Indigo

📋 copy color: '#790BFE'

red 121 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #790BFE

Tints of Electric Indigo #790BFE

RGB

 RED value IS 121 (47.66% from 255) = 31.35%

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

 BLUE value IS 254 (99.61% from 255) = 65.8%

R = 31.35%
G = 2.85%
B = 65.8%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#790BFE (or 0x790BFE) is known color: Electric Indigo. HEX triplet: 79, 0B and FE. RGB value is (121,11,254). Sum of RGB (Red+Green+Blue) = 121+11+254=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #790BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790BFE is #86F401. Grayscale: #464646. Windows color (decimal): -8844290 or 16649081. OLE color: 16649081.

HSL color Cylindrical-coordinate representation of color #790BFE: hue angle of 267.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790BFE is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 11 254 -
CMYK 0.52 0.96 0 0.00
HSL 267.16º 0.99% 0.52% -
HSV(B) 267.16º 0.96% 1% -
XYZ 25.89 11.46 94.61 -
YUV 71.59 230.94 163.24 -
System Red Green Blue C M Y K H S L
Decimal 121 11 254 0.52 0.96 0 0.00 267.16 0.99 0.52
Hex 79 B FE 34 60 0 0 10B 63 34
Octal 171 13 376 64 140 0 0 413 143 64
Binary 1111001 1011 11111110 110100 1100000 0 0 100001011 1100011 110100

Color Harmonies of #790BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BFE

Black with #790BFE

Text Example


Text Example

White with #790BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790BFE; }

 p { color: rgb(121,11,254); }

 H1.HeaderClassName
 {
   color: #790BFE;
 }
 .AnyTagClassName
 {
   color: #790BFE;
 }
</style>

background-color css

<style>
 a { background-color: #790BFE; }

 a { background-color: rgb(121,11,254); }

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

border-color css

<style>
 span { border-color: #790BFE; }

 span { border-color: rgb(121,11,254); }

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