Html Css Color HEX #7813FB Electric Indigo

📋 copy color: '#7813FB'

red 120 ◦ green 19 ◦ blue 251

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

Shades of Electric Indigo #7813FB

Tints of Electric Indigo #7813FB

RGB

 RED value IS 120 (47.27% from 255) = 30.77%

 GREEN value IS 19 (7.81% from 255) = 4.87%

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

R = 30.77%
G = 4.87%
B = 64.36%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7813FB (or 0x7813FB) is known color: Electric Indigo. HEX triplet: 78, 13 and FB. RGB value is (120,19,251). Sum of RGB (Red+Green+Blue) = 120+19+251=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #7813FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7813FB is #87EC04. Grayscale: #4A4A4A. Windows color (decimal): -8907781 or 16454520. OLE color: 16454520.

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

Color convert

RGB 120 19 251 -
CMYK 0.52 0.92 0 0.02
HSL 266.12º 0.97% 0.53% -
HSV(B) 266.12º 0.92% 0.98% -
XYZ 25.39 11.42 92.13 -
YUV 75.65 226.96 159.64 -
System Red Green Blue C M Y K H S L
Decimal 120 19 251 0.52 0.92 0 0.02 266.12 0.97 0.53
Hex 78 13 FB 34 5C 0 2 10A 61 35
Octal 170 23 373 64 134 0 2 412 141 65
Binary 1111000 10011 11111011 110100 1011100 0 10 100001010 1100001 110101

Color Harmonies of #7813FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7813FB

Black with #7813FB

Text Example


Text Example

White with #7813FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7813FB; }

 p { color: rgb(120,19,251); }

 H1.HeaderClassName
 {
   color: #7813FB;
 }
 .AnyTagClassName
 {
   color: #7813FB;
 }
</style>

background-color css

<style>
 a { background-color: #7813FB; }

 a { background-color: rgb(120,19,251); }

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

border-color css

<style>
 span { border-color: #7813FB; }

 span { border-color: rgb(120,19,251); }

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