Html Css Color HEX #7700EB Electric Indigo

📋 copy color: '#7700EB'

red 119 ◦ green 0 ◦ blue 235

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

Shades of Electric Indigo #7700EB

Tints of Electric Indigo #7700EB

RGB

 RED value IS 119 (46.88% from 255) = 33.62%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 66.38%

R = 33.62%
G = 0%
B = 66.38%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7700EB (or 0x7700EB) is known color: Electric Indigo. HEX triplet: 77, 00 and EB. RGB value is (119,0,235). Sum of RGB (Red+Green+Blue) = 119+0+235=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #7700EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7700EB is #88FF14. Grayscale: #3D3D3D. Windows color (decimal): -8978197 or 15401079. OLE color: 15401079.

HSL color Cylindrical-coordinate representation of color #7700EB: hue angle of 270.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700EB is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 0 235 -
CMYK 0.49 1 0 0.08
HSL 270.38º 1% 0.46% -
HSV(B) 270.38º 1% 0.92% -
XYZ 22.6 9.92 79.32 -
YUV 62.37 225.42 168.39 -
System Red Green Blue C M Y K H S L
Decimal 119 0 235 0.49 1 0 0.08 270.38 1 0.46
Hex 77 0 EB 31 64 0 8 10E 64 2E
Octal 167 0 353 61 144 0 10 416 144 56
Binary 1110111 0 11101011 110001 1100100 0 1000 100001110 1100100 101110

Color Harmonies of #7700EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7700EB

Black with #7700EB

Text Example


Text Example

White with #7700EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7700EB; }

 p { color: rgb(119,0,235); }

 H1.HeaderClassName
 {
   color: #7700EB;
 }
 .AnyTagClassName
 {
   color: #7700EB;
 }
</style>

background-color css

<style>
 a { background-color: #7700EB; }

 a { background-color: rgb(119,0,235); }

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

border-color css

<style>
 span { border-color: #7700EB; }

 span { border-color: rgb(119,0,235); }

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