Html Css Color HEX #7B0AEC Electric Indigo

📋 copy color: '#7B0AEC'

red 123 ◦ green 10 ◦ blue 236

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

Shades of Electric Indigo #7B0AEC

Tints of Electric Indigo #7B0AEC

RGB

 RED value IS 123 (48.44% from 255) = 33.33%

 GREEN value IS 10 (4.3% from 255) = 2.71%

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 33.33%
G = 2.71%
B = 63.96%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B0AEC (or 0x7B0AEC) is known color: Electric Indigo. HEX triplet: 7B, 0A and EC. RGB value is (123,10,236). Sum of RGB (Red+Green+Blue) = 123+10+236=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B0AEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0AEC is #84F513. Grayscale: #444444. Windows color (decimal): -8713492 or 15469179. OLE color: 15469179.

HSL color Cylindrical-coordinate representation of color #7B0AEC: hue angle of 270º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0AEC is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 10 236 -
CMYK 0.48 0.96 0 0.07
HSL 270º 0.92% 0.48% -
HSV(B) 270º 0.96% 0.93% -
XYZ 23.42 10.48 80.15 -
YUV 69.55 221.94 166.12 -
System Red Green Blue C M Y K H S L
Decimal 123 10 236 0.48 0.96 0 0.07 270 0.92 0.48
Hex 7B A EC 30 60 0 7 10E 5C 30
Octal 173 12 354 60 140 0 7 416 134 60
Binary 1111011 1010 11101100 110000 1100000 0 111 100001110 1011100 110000

Color Harmonies of #7B0AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0AEC

Black with #7B0AEC

Text Example


Text Example

White with #7B0AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B0AEC; }

 p { color: rgb(123,10,236); }

 H1.HeaderClassName
 {
   color: #7B0AEC;
 }
 .AnyTagClassName
 {
   color: #7B0AEC;
 }
</style>

background-color css

<style>
 a { background-color: #7B0AEC; }

 a { background-color: rgb(123,10,236); }

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

border-color css

<style>
 span { border-color: #7B0AEC; }

 span { border-color: rgb(123,10,236); }

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