Html Css Color HEX #7B0DEB Electric Indigo

📋 copy color: '#7B0DEB'

red 123 ◦ green 13 ◦ blue 235

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

Shades of Electric Indigo #7B0DEB

Tints of Electric Indigo #7B0DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.5%

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

R = 33.15%
G = 3.5%
B = 63.34%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B0DEB (or 0x7B0DEB) is known color: Electric Indigo. HEX triplet: 7B, 0D and EB. RGB value is (123,13,235). Sum of RGB (Red+Green+Blue) = 123+13+235=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B0DEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0DEB is #84F214. Grayscale: #464646. Windows color (decimal): -8712725 or 15404411. OLE color: 15404411.

HSL color Cylindrical-coordinate representation of color #7B0DEB: hue angle of 269.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0DEB is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 13 235 -
CMYK 0.48 0.94 0 0.08
HSL 269.73º 0.9% 0.49% -
HSV(B) 269.73º 0.94% 0.92% -
XYZ 23.31 10.5 79.39 -
YUV 71.2 220.44 164.95 -
System Red Green Blue C M Y K H S L
Decimal 123 13 235 0.48 0.94 0 0.08 269.73 0.9 0.49
Hex 7B D EB 30 5E 0 8 10E 5A 31
Octal 173 15 353 60 136 0 10 416 132 61
Binary 1111011 1101 11101011 110000 1011110 0 1000 100001110 1011010 110001

Color Harmonies of #7B0DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0DEB

Black with #7B0DEB

Text Example


Text Example

White with #7B0DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,13,235); }

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

background-color css

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

 a { background-color: rgb(123,13,235); }

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

border-color css

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

 span { border-color: rgb(123,13,235); }

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