Html Css Color HEX #8805FE Electric Indigo

📋 copy color: '#8805FE'

red 136 ◦ green 5 ◦ blue 254

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

Shades of Electric Indigo #8805FE

Tints of Electric Indigo #8805FE

RGB

 RED value IS 136 (53.52% from 255) = 34.43%

 GREEN value IS 5 (2.34% from 255) = 1.27%

 BLUE value IS 254 (99.61% from 255) = 64.3%

R = 34.43%
G = 1.27%
B = 64.3%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8805FE (or 0x8805FE) is known color: Electric Indigo. HEX triplet: 88, 05 and FE. RGB value is (136,5,254). Sum of RGB (Red+Green+Blue) = 136+5+254=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #8805FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8805FE is #77FA01. Grayscale: #474747. Windows color (decimal): -7862786 or 16647560. OLE color: 16647560.

HSL color Cylindrical-coordinate representation of color #8805FE: hue angle of 271.57º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8805FE is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 5 254 -
CMYK 0.46 0.98 0 0.00
HSL 271.57º 0.99% 0.51% -
HSV(B) 271.57º 0.98% 1% -
XYZ 28.1 12.5 94.7 -
YUV 72.56 230.4 173.25 -
System Red Green Blue C M Y K H S L
Decimal 136 5 254 0.46 0.98 0 0.00 271.57 0.99 0.51
Hex 88 5 FE 2E 62 0 0 110 63 33
Octal 210 5 376 56 142 0 0 420 143 63
Binary 10001000 101 11111110 101110 1100010 0 0 100010000 1100011 110011

Color Harmonies of #8805FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8805FE

Black with #8805FE

Text Example


Text Example

White with #8805FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8805FE; }

 p { color: rgb(136,5,254); }

 H1.HeaderClassName
 {
   color: #8805FE;
 }
 .AnyTagClassName
 {
   color: #8805FE;
 }
</style>

background-color css

<style>
 a { background-color: #8805FE; }

 a { background-color: rgb(136,5,254); }

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

border-color css

<style>
 span { border-color: #8805FE; }

 span { border-color: rgb(136,5,254); }

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