Html Css Color HEX #7506FE Electric Indigo

📋 copy color: '#7506FE'

red 117 ◦ green 6 ◦ blue 254

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

Shades of Electric Indigo #7506FE

Tints of Electric Indigo #7506FE

RGB

 RED value IS 117 (46.09% from 255) = 31.03%

 GREEN value IS 6 (2.73% from 255) = 1.59%

 BLUE value IS 254 (99.61% from 255) = 67.37%

R = 31.03%
G = 1.59%
B = 67.37%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7506FE (or 0x7506FE) is known color: Electric Indigo. HEX triplet: 75, 06 and FE. RGB value is (117,6,254). Sum of RGB (Red+Green+Blue) = 117+6+254=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #7506FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7506FE is #8AF901. Grayscale: #424242. Windows color (decimal): -9107714 or 16647797. OLE color: 16647797.

HSL color Cylindrical-coordinate representation of color #7506FE: hue angle of 266.85º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7506FE is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 6 254 -
CMYK 0.54 0.98 0 0.00
HSL 266.85º 0.99% 0.51% -
HSV(B) 266.85º 0.98% 1% -
XYZ 25.29 11.07 94.57 -
YUV 67.46 233.27 163.33 -
System Red Green Blue C M Y K H S L
Decimal 117 6 254 0.54 0.98 0 0.00 266.85 0.99 0.51
Hex 75 6 FE 36 62 0 0 10B 63 33
Octal 165 6 376 66 142 0 0 413 143 63
Binary 1110101 110 11111110 110110 1100010 0 0 100001011 1100011 110011

Color Harmonies of #7506FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7506FE

Black with #7506FE

Text Example


Text Example

White with #7506FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7506FE; }

 p { color: rgb(117,6,254); }

 H1.HeaderClassName
 {
   color: #7506FE;
 }
 .AnyTagClassName
 {
   color: #7506FE;
 }
</style>

background-color css

<style>
 a { background-color: #7506FE; }

 a { background-color: rgb(117,6,254); }

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

border-color css

<style>
 span { border-color: #7506FE; }

 span { border-color: rgb(117,6,254); }

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