Html Css Color HEX #7B0BFB Electric Indigo

📋 copy color: '#7B0BFB'

red 123 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #7B0BFB

Tints of Electric Indigo #7B0BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

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

R = 31.95%
G = 2.86%
B = 65.19%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B0BFB (or 0x7B0BFB) is known color: Electric Indigo. HEX triplet: 7B, 0B and FB. RGB value is (123,11,251). Sum of RGB (Red+Green+Blue) = 123+11+251=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B0BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0BFB is #84F404. Grayscale: #474747. Windows color (decimal): -8713221 or 16452475. OLE color: 16452475.

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

Color convert

RGB 123 11 251 -
CMYK 0.51 0.96 0 0.02
HSL 268º 0.97% 0.51% -
HSV(B) 268º 0.96% 0.98% -
XYZ 25.7 11.42 92.12 -
YUV 71.85 229.11 164.49 -
System Red Green Blue C M Y K H S L
Decimal 123 11 251 0.51 0.96 0 0.02 268 0.97 0.51
Hex 7B B FB 33 60 0 2 10C 61 33
Octal 173 13 373 63 140 0 2 414 141 63
Binary 1111011 1011 11111011 110011 1100000 0 10 100001100 1100001 110011

Color Harmonies of #7B0BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0BFB

Black with #7B0BFB

Text Example


Text Example

White with #7B0BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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