Html Css Color HEX #8508FF Electric Indigo

📋 copy color: '#8508FF'

red 133 ◦ green 8 ◦ blue 255

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

Shades of Electric Indigo #8508FF

Tints of Electric Indigo #8508FF

RGB

 RED value IS 133 (52.34% from 255) = 33.59%

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

 BLUE value IS 255 (100% from 255) = 64.39%

R = 33.59%
G = 2.02%
B = 64.39%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8508FF (or 0x8508FF) is known color: Electric Indigo. HEX triplet: 85, 08 and FF. RGB value is (133,8,255). Sum of RGB (Red+Green+Blue) = 133+8+255=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #8508FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8508FF is #7AF700. Grayscale: #484848. Windows color (decimal): -8058625 or 16713861. OLE color: 16713861.

HSL color Cylindrical-coordinate representation of color #8508FF: hue angle of 270.36º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8508FF is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 8 255 -
CMYK 0.48 0.97 0 0
HSL 270.36º 1% 0.52% -
HSV(B) 270.36º 0.97% 1% -
XYZ 27.81 12.38 95.53 -
YUV 73.53 230.41 170.42 -
System Red Green Blue C M Y K H S L
Decimal 133 8 255 0.48 0.97 0 0 270.36 1 0.52
Hex 85 8 FF 30 61 0 0 10E 64 34
Octal 205 10 377 60 141 0 0 416 144 64
Binary 10000101 1000 11111111 110000 1100001 0 0 100001110 1100100 110100

Color Harmonies of #8508FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8508FF

Black with #8508FF

Text Example


Text Example

White with #8508FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8508FF; }

 p { color: rgb(133,8,255); }

 H1.HeaderClassName
 {
   color: #8508FF;
 }
 .AnyTagClassName
 {
   color: #8508FF;
 }
</style>

background-color css

<style>
 a { background-color: #8508FF; }

 a { background-color: rgb(133,8,255); }

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

border-color css

<style>
 span { border-color: #8508FF; }

 span { border-color: rgb(133,8,255); }

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