Html Css Color HEX #790CFE Electric Indigo

📋 copy color: '#790CFE'

red 121 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #790CFE

Tints of Electric Indigo #790CFE

RGB

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

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

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

R = 31.27%
G = 3.1%
B = 65.63%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#790CFE (or 0x790CFE) is known color: Electric Indigo. HEX triplet: 79, 0C and FE. RGB value is (121,12,254). Sum of RGB (Red+Green+Blue) = 121+12+254=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #790CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790CFE is #86F301. Grayscale: #474747. Windows color (decimal): -8844034 or 16649337. OLE color: 16649337.

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

Color convert

RGB 121 12 254 -
CMYK 0.52 0.95 0 0.00
HSL 267.02º 0.99% 0.52% -
HSV(B) 267.02º 0.95% 1% -
XYZ 25.91 11.48 94.62 -
YUV 72.18 230.61 162.82 -
System Red Green Blue C M Y K H S L
Decimal 121 12 254 0.52 0.95 0 0.00 267.02 0.99 0.52
Hex 79 C FE 34 5F 0 0 10B 63 34
Octal 171 14 376 64 137 0 0 413 143 64
Binary 1111001 1100 11111110 110100 1011111 0 0 100001011 1100011 110100

Color Harmonies of #790CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CFE

Black with #790CFE

Text Example


Text Example

White with #790CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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