Html Css Color HEX #7806FF Electric Indigo

📋 copy color: '#7806FF'

red 120 ◦ green 6 ◦ blue 255

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

Shades of Electric Indigo #7806FF

Tints of Electric Indigo #7806FF

RGB

 RED value IS 120 (47.27% from 255) = 31.5%

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 255 (100% from 255) = 66.93%

R = 31.5%
G = 1.57%
B = 66.93%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7806FF (or 0x7806FF) is known color: Electric Indigo. HEX triplet: 78, 06 and FF. RGB value is (120,6,255). Sum of RGB (Red+Green+Blue) = 120+6+255=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #7806FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7806FF is #87F900. Grayscale: #434343. Windows color (decimal): -8911105 or 16713336. OLE color: 16713336.

HSL color Cylindrical-coordinate representation of color #7806FF: hue angle of 267.47º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7806FF is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 6 255 -
CMYK 0.53 0.98 0 0
HSL 267.47º 1% 0.51% -
HSV(B) 267.47º 0.98% 1% -
XYZ 25.86 11.34 95.43 -
YUV 68.47 233.27 164.75 -
System Red Green Blue C M Y K H S L
Decimal 120 6 255 0.53 0.98 0 0 267.47 1 0.51
Hex 78 6 FF 35 62 0 0 10B 64 33
Octal 170 6 377 65 142 0 0 413 144 63
Binary 1111000 110 11111111 110101 1100010 0 0 100001011 1100100 110011

Color Harmonies of #7806FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7806FF

Black with #7806FF

Text Example


Text Example

White with #7806FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7806FF; }

 p { color: rgb(120,6,255); }

 H1.HeaderClassName
 {
   color: #7806FF;
 }
 .AnyTagClassName
 {
   color: #7806FF;
 }
</style>

background-color css

<style>
 a { background-color: #7806FF; }

 a { background-color: rgb(120,6,255); }

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

border-color css

<style>
 span { border-color: #7806FF; }

 span { border-color: rgb(120,6,255); }

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