#7608FC

Color #7608FC Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7608FC

Tints of Electric Indigo #7608FC

Color information

#7608FC (or 0x7608FC) is unknown color: approx Electric Indigo. HEX triplet: 76, 08 and FC. RGB value is (118,8,252). Sum of RGB (Red+Green+Blue) = 118+8+252=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #7608FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7608FC is #89F703. Grayscale: #434343. Windows color (decimal): -9041668 or 16517238. OLE color: 16517238.

HSL color Cylindrical-coordinate representation of color #7608FC: hue angle of 267.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7608FC is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1188252-
CMYK0.530.9700.01
HSL267.05º97.6%50.98%-
HSV(B)267.05º96.83%98.82%-
XYZ25.1311.0592.9-
YUV68.71231.44163.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 8 (3.52% from 255) = 2.12%
BLUE value IS 252 (98.83% from 255) = 66.67%
R=31.22%
G=2.12%
B=66.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal11882520.530.9700.01267.0597.650.98
Hex768FC35610110b6233
Octal16610374651410141314263
Binary11101101000111111001101011100001011000010111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7608FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7608FC; }

 p { color: rgb(118,8,252); }

 H1.HeaderClassName
 {
   color: #7608FC;
 }
 .AnyTagClassName
 {
   color: #7608FC;
 }
</style>
background-color css

<style>
 a { background-color: #7608FC; }

 a { background-color: rgb(118,8,252); }

 div.DivClassName
 {
   background-color: #7608FC;
 }
 .BgClassName
 {
   background-color: #7608FC;
 }
</style>
border-color css

<style>
 span { border-color: #7608FC; }

 span { border-color: rgb(118,8,252); }

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