Html Css Color HEX #7500EB Electric Indigo

📋 copy color: '#7500EB'

red 117 ◦ green 0 ◦ blue 235

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

Shades of Electric Indigo #7500EB

Tints of Electric Indigo #7500EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 66.76%

R = 33.24%
G = 0%
B = 66.76%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7500EB (or 0x7500EB) is known color: Electric Indigo. HEX triplet: 75, 00 and EB. RGB value is (117,0,235). Sum of RGB (Red+Green+Blue) = 117+0+235=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #7500EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7500EB is #8AFF14. Grayscale: #3C3C3C. Windows color (decimal): -9109269 or 15401077. OLE color: 15401077.

HSL color Cylindrical-coordinate representation of color #7500EB: hue angle of 269.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500EB is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 0 235 -
CMYK 0.50 1 0 0.08
HSL 269.87º 1% 0.46% -
HSV(B) 269.87º 1% 0.92% -
XYZ 22.33 9.78 79.31 -
YUV 61.77 225.76 167.39 -
System Red Green Blue C M Y K H S L
Decimal 117 0 235 0.50 1 0 0.08 269.87 1 0.46
Hex 75 0 EB 32 64 0 8 10E 64 2E
Octal 165 0 353 62 144 0 10 416 144 56
Binary 1110101 0 11101011 110010 1100100 0 1000 100001110 1100100 101110

Color Harmonies of #7500EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500EB

Black with #7500EB

Text Example


Text Example

White with #7500EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7500EB; }

 p { color: rgb(117,0,235); }

 H1.HeaderClassName
 {
   color: #7500EB;
 }
 .AnyTagClassName
 {
   color: #7500EB;
 }
</style>

background-color css

<style>
 a { background-color: #7500EB; }

 a { background-color: rgb(117,0,235); }

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

border-color css

<style>
 span { border-color: #7500EB; }

 span { border-color: rgb(117,0,235); }

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