Html Css Color HEX #7B08F5 Electric Indigo

📋 copy color: '#7B08F5'

red 123 ◦ green 8 ◦ blue 245

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

Shades of Electric Indigo #7B08F5

Tints of Electric Indigo #7B08F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 65.16%

R = 32.71%
G = 2.13%
B = 65.16%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7B08F5 (or 0x7B08F5) is known color: Electric Indigo. HEX triplet: 7B, 08 and F5. RGB value is (123,8,245). Sum of RGB (Red+Green+Blue) = 123+8+245=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 245 (96.09% from 255 or 65.16% from 376); Max value from RGB is 245 - color contains mainly: blue. Hex color #7B08F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B08F5 is #84F70A. Grayscale: #444444. Windows color (decimal): -8713995 or 16058491. OLE color: 16058491.

HSL color Cylindrical-coordinate representation of color #7B08F5: hue angle of 269.11º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B08F5 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 123 8 245 -
CMYK 0.50 0.97 0 0.04
HSL 269.11º 0.94% 0.5% -
HSV(B) 269.11º 0.97% 0.96% -
XYZ 24.74 10.98 87.2 -
YUV 69.4 227.1 166.23 -
System Red Green Blue C M Y K H S L
Decimal 123 8 245 0.50 0.97 0 0.04 269.11 0.94 0.5
Hex 7B 8 F5 32 61 0 4 10D 5E 32
Octal 173 10 365 62 141 0 4 415 136 62
Binary 1111011 1000 11110101 110010 1100001 0 100 100001101 1011110 110010

Color Harmonies of #7B08F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B08F5

Black with #7B08F5

Text Example


Text Example

White with #7B08F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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