Html Css Color HEX #8503F4 Electric Indigo

📋 copy color: '#8503F4'

red 133 ◦ green 3 ◦ blue 244

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

Shades of Electric Indigo #8503F4

Tints of Electric Indigo #8503F4

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

 BLUE value IS 244 (95.7% from 255) = 64.21%

R = 35%
G = 0.79%
B = 64.21%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8503F4 (or 0x8503F4) is known color: Electric Indigo. HEX triplet: 85, 03 and F4. RGB value is (133,3,244). Sum of RGB (Red+Green+Blue) = 133+3+244=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 244 (95.70% from 255 or 64.21% from 380); Max value from RGB is 244 - color contains mainly: blue. Hex color #8503F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8503F4 is #7AFC0B. Grayscale: #444444. Windows color (decimal): -8059916 or 15991685. OLE color: 15991685.

HSL color Cylindrical-coordinate representation of color #8503F4: hue angle of 272.37º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8503F4 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 3 244 -
CMYK 0.45 0.99 0 0.04
HSL 272.37º 0.98% 0.48% -
HSV(B) 272.37º 0.99% 0.96% -
XYZ 26.03 11.58 86.45 -
YUV 69.34 226.57 173.4 -
System Red Green Blue C M Y K H S L
Decimal 133 3 244 0.45 0.99 0 0.04 272.37 0.98 0.48
Hex 85 3 F4 2D 63 0 4 110 62 30
Octal 205 3 364 55 143 0 4 420 142 60
Binary 10000101 11 11110100 101101 1100011 0 100 100010000 1100010 110000

Color Harmonies of #8503F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8503F4

Black with #8503F4

Text Example


Text Example

White with #8503F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8503F4; }

 p { color: rgb(133,3,244); }

 H1.HeaderClassName
 {
   color: #8503F4;
 }
 .AnyTagClassName
 {
   color: #8503F4;
 }
</style>

background-color css

<style>
 a { background-color: #8503F4; }

 a { background-color: rgb(133,3,244); }

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

border-color css

<style>
 span { border-color: #8503F4; }

 span { border-color: rgb(133,3,244); }

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