Html Css Color HEX #750BEB Electric Indigo

📋 copy color: '#750BEB'

red 117 ◦ green 11 ◦ blue 235

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

Shades of Electric Indigo #750BEB

Tints of Electric Indigo #750BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.03%

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

R = 32.23%
G = 3.03%
B = 64.74%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#750BEB (or 0x750BEB) is known color: Electric Indigo. HEX triplet: 75, 0B and EB. RGB value is (117,11,235). Sum of RGB (Red+Green+Blue) = 117+11+235=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #750BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750BEB is #8AF414. Grayscale: #434343. Windows color (decimal): -9106453 or 15403893. OLE color: 15403893.

HSL color Cylindrical-coordinate representation of color #750BEB: hue angle of 268.39º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BEB is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 11 235 -
CMYK 0.50 0.95 0 0.08
HSL 268.39º 0.91% 0.48% -
HSV(B) 268.39º 0.95% 0.92% -
XYZ 22.45 10.02 79.35 -
YUV 68.23 222.12 162.79 -
System Red Green Blue C M Y K H S L
Decimal 117 11 235 0.50 0.95 0 0.08 268.39 0.91 0.48
Hex 75 B EB 32 5F 0 8 10C 5B 30
Octal 165 13 353 62 137 0 10 414 133 60
Binary 1110101 1011 11101011 110010 1011111 0 1000 100001100 1011011 110000

Color Harmonies of #750BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BEB

Black with #750BEB

Text Example


Text Example

White with #750BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750BEB; }

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

 H1.HeaderClassName
 {
   color: #750BEB;
 }
 .AnyTagClassName
 {
   color: #750BEB;
 }
</style>

background-color css

<style>
 a { background-color: #750BEB; }

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

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

border-color css

<style>
 span { border-color: #750BEB; }

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

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