Html Css Color HEX #8C08FC Electric Indigo

📋 copy color: '#8C08FC'

red 140 ◦ green 8 ◦ blue 252

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

Shades of Electric Indigo #8C08FC

Tints of Electric Indigo #8C08FC

RGB

 RED value IS 140 (55.08% from 255) = 35%

 GREEN value IS 8 (3.52% from 255) = 2%

 BLUE value IS 252 (98.83% from 255) = 63%

R = 35%
G = 2%
B = 63%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C08FC (or 0x8C08FC) is known color: Electric Indigo. HEX triplet: 8C, 08 and FC. RGB value is (140,8,252). Sum of RGB (Red+Green+Blue) = 140+8+252=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C08FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C08FC is #73F703. Grayscale: #4A4A4A. Windows color (decimal): -7599876 or 16517260. OLE color: 16517260.

HSL color Cylindrical-coordinate representation of color #8C08FC: hue angle of 272.46º 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 #8C08FC is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 8 252 -
CMYK 0.44 0.97 0 0.01
HSL 272.46º 0.98% 0.51% -
HSV(B) 272.46º 0.97% 0.99% -
XYZ 28.47 12.78 93.06 -
YUV 75.28 227.73 174.16 -
System Red Green Blue C M Y K H S L
Decimal 140 8 252 0.44 0.97 0 0.01 272.46 0.98 0.51
Hex 8C 8 FC 2C 61 0 1 110 62 33
Octal 214 10 374 54 141 0 1 420 142 63
Binary 10001100 1000 11111100 101100 1100001 0 1 100010000 1100010 110011

Color Harmonies of #8C08FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C08FC

Black with #8C08FC

Text Example


Text Example

White with #8C08FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C08FC; }

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

 H1.HeaderClassName
 {
   color: #8C08FC;
 }
 .AnyTagClassName
 {
   color: #8C08FC;
 }
</style>

background-color css

<style>
 a { background-color: #8C08FC; }

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

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

border-color css

<style>
 span { border-color: #8C08FC; }

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

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