Html Css Color HEX #7805FB Electric Indigo

📋 copy color: '#7805FB'

red 120 ◦ green 5 ◦ blue 251

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

Shades of Electric Indigo #7805FB

Tints of Electric Indigo #7805FB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 31.91%
G = 1.33%
B = 66.76%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7805FB (or 0x7805FB) is known color: Electric Indigo. HEX triplet: 78, 05 and FB. RGB value is (120,5,251). Sum of RGB (Red+Green+Blue) = 120+5+251=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #7805FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7805FB is #87FA04. Grayscale: #424242. Windows color (decimal): -8911365 or 16450936. OLE color: 16450936.

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

Color convert

RGB 120 5 251 -
CMYK 0.52 0.98 0 0.02
HSL 268.05º 0.97% 0.5% -
HSV(B) 268.05º 0.98% 0.98% -
XYZ 25.21 11.07 92.07 -
YUV 67.43 231.6 165.5 -
System Red Green Blue C M Y K H S L
Decimal 120 5 251 0.52 0.98 0 0.02 268.05 0.97 0.5
Hex 78 5 FB 34 62 0 2 10C 61 32
Octal 170 5 373 64 142 0 2 414 141 62
Binary 1111000 101 11111011 110100 1100010 0 10 100001100 1100001 110010

Color Harmonies of #7805FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7805FB

Black with #7805FB

Text Example


Text Example

White with #7805FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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