Html Css Color HEX #7B08FB Electric Indigo

📋 copy color: '#7B08FB'

red 123 ◦ green 8 ◦ blue 251

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

Shades of Electric Indigo #7B08FB

Tints of Electric Indigo #7B08FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.71%

R = 32.2%
G = 2.09%
B = 65.71%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B08FB (or 0x7B08FB) is known color: Electric Indigo. HEX triplet: 7B, 08 and FB. RGB value is (123,8,251). Sum of RGB (Red+Green+Blue) = 123+8+251=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B08FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B08FB is #84F704. Grayscale: #454545. Windows color (decimal): -8713989 or 16451707. OLE color: 16451707.

HSL color Cylindrical-coordinate representation of color #7B08FB: hue angle of 268.4º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B08FB is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 8 251 -
CMYK 0.51 0.97 0 0.02
HSL 268.4º 0.97% 0.51% -
HSV(B) 268.4º 0.97% 0.98% -
XYZ 25.67 11.35 92.1 -
YUV 70.09 230.1 165.74 -
System Red Green Blue C M Y K H S L
Decimal 123 8 251 0.51 0.97 0 0.02 268.4 0.97 0.51
Hex 7B 8 FB 33 61 0 2 10C 61 33
Octal 173 10 373 63 141 0 2 414 141 63
Binary 1111011 1000 11111011 110011 1100001 0 10 100001100 1100001 110011

Color Harmonies of #7B08FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B08FB

Black with #7B08FB

Text Example


Text Example

White with #7B08FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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