Html Css Color HEX #7B08FC Electric Indigo

📋 copy color: '#7B08FC'

red 123 ◦ green 8 ◦ blue 252

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

Shades of Electric Indigo #7B08FC

Tints of Electric Indigo #7B08FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.8%

R = 32.11%
G = 2.09%
B = 65.8%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B08FC (or 0x7B08FC) is known color: Electric Indigo. HEX triplet: 7B, 08 and FC. RGB value is (123,8,252). Sum of RGB (Red+Green+Blue) = 123+8+252=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B08FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B08FC is #84F703. Grayscale: #454545. Windows color (decimal): -8713988 or 16517243. OLE color: 16517243.

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

Color convert

RGB 123 8 252 -
CMYK 0.51 0.97 0 0.01
HSL 268.28º 0.98% 0.51% -
HSV(B) 268.28º 0.97% 0.99% -
XYZ 25.83 11.41 92.94 -
YUV 70.2 230.6 165.66 -
System Red Green Blue C M Y K H S L
Decimal 123 8 252 0.51 0.97 0 0.01 268.28 0.98 0.51
Hex 7B 8 FC 33 61 0 1 10C 62 33
Octal 173 10 374 63 141 0 1 414 142 63
Binary 1111011 1000 11111100 110011 1100001 0 1 100001100 1100010 110011

Color Harmonies of #7B08FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B08FC

Black with #7B08FC

Text Example


Text Example

White with #7B08FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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