Html Css Color HEX #760EFB Electric Indigo

📋 copy color: '#760EFB'

red 118 ◦ green 14 ◦ blue 251

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

Shades of Electric Indigo #760EFB

Tints of Electric Indigo #760EFB

RGB

 RED value IS 118 (46.48% from 255) = 30.81%

 GREEN value IS 14 (5.86% from 255) = 3.66%

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

R = 30.81%
G = 3.66%
B = 65.54%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#760EFB (or 0x760EFB) is known color: Electric Indigo. HEX triplet: 76, 0E and FB. RGB value is (118,14,251). Sum of RGB (Red+Green+Blue) = 118+14+251=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #760EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760EFB is #89F104. Grayscale: #474747. Windows color (decimal): -9040133 or 16453238. OLE color: 16453238.

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

Color convert

RGB 118 14 251 -
CMYK 0.53 0.94 0 0.02
HSL 266.33º 0.97% 0.52% -
HSV(B) 266.33º 0.94% 0.98% -
XYZ 25.04 11.13 92.1 -
YUV 72.11 228.96 160.73 -
System Red Green Blue C M Y K H S L
Decimal 118 14 251 0.53 0.94 0 0.02 266.33 0.97 0.52
Hex 76 E FB 35 5E 0 2 10A 61 34
Octal 166 16 373 65 136 0 2 412 141 64
Binary 1110110 1110 11111011 110101 1011110 0 10 100001010 1100001 110100

Color Harmonies of #760EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EFB

Black with #760EFB

Text Example


Text Example

White with #760EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760EFB; }

 p { color: rgb(118,14,251); }

 H1.HeaderClassName
 {
   color: #760EFB;
 }
 .AnyTagClassName
 {
   color: #760EFB;
 }
</style>

background-color css

<style>
 a { background-color: #760EFB; }

 a { background-color: rgb(118,14,251); }

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

border-color css

<style>
 span { border-color: #760EFB; }

 span { border-color: rgb(118,14,251); }

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