Html Css Color HEX #7B08EF Electric Indigo

📋 copy color: '#7B08EF'

red 123 ◦ green 8 ◦ blue 239

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

Shades of Electric Indigo #7B08EF

Tints of Electric Indigo #7B08EF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

 BLUE value IS 239 (93.75% from 255) = 64.59%

R = 33.24%
G = 2.16%
B = 64.59%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7B08EF (or 0x7B08EF) is known color: Electric Indigo. HEX triplet: 7B, 08 and EF. RGB value is (123,8,239). Sum of RGB (Red+Green+Blue) = 123+8+239=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B08EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B08EF is #84F710. Grayscale: #434343. Windows color (decimal): -8714001 or 15665275. OLE color: 15665275.

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

Color convert

RGB 123 8 239 -
CMYK 0.49 0.97 0 0.06
HSL 269.87º 0.94% 0.48% -
HSV(B) 269.87º 0.97% 0.94% -
XYZ 23.84 10.62 82.45 -
YUV 68.72 224.1 166.72 -
System Red Green Blue C M Y K H S L
Decimal 123 8 239 0.49 0.97 0 0.06 269.87 0.94 0.48
Hex 7B 8 EF 31 61 0 6 10E 5E 30
Octal 173 10 357 61 141 0 6 416 136 60
Binary 1111011 1000 11101111 110001 1100001 0 110 100001110 1011110 110000

Color Harmonies of #7B08EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B08EF

Black with #7B08EF

Text Example


Text Example

White with #7B08EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,8,239); }

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

background-color css

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

 a { background-color: rgb(123,8,239); }

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

border-color css

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

 span { border-color: rgb(123,8,239); }

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