#7813FB

Color #7813FB Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7813FB

Tints of Electric Indigo #7813FB

Color information

#7813FB (or 0x7813FB) is unknown color: approx 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

RGB12019251-
CMYK0.520.9200.02
HSL266.12º96.67%52.94%-
HSV(B)266.12º92.43%98.43%-
XYZ25.3911.4292.13-
YUV75.65226.96159.64-

RGB Variations

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

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 (Cyan) values IS 0.52
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal120192510.520.9200.02266.1296.6752.94
Hex7813FB345C0210a6135
Octal17023373641340241214165
Binary1111000100111111101111010010111000101000010101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7813FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>