Html Css Color HEX #7508DF Electric Indigo

📋 copy color: '#7508DF'

red 117 ◦ green 8 ◦ blue 223

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

Shades of Electric Indigo #7508DF

Tints of Electric Indigo #7508DF

RGB

 RED value IS 117 (46.09% from 255) = 33.62%

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

 BLUE value IS 223 (87.5% from 255) = 64.08%

R = 33.62%
G = 2.3%
B = 64.08%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7508DF (or 0x7508DF) is known color: Electric Indigo. HEX triplet: 75, 08 and DF. RGB value is (117,8,223). Sum of RGB (Red+Green+Blue) = 117+8+223=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #7508DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7508DF is #8AF720. Grayscale: #404040. Windows color (decimal): -9107233 or 14616693. OLE color: 14616693.

HSL color Cylindrical-coordinate representation of color #7508DF: hue angle of 270.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7508DF is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 8 223 -
CMYK 0.48 0.96 0 0.13
HSL 270.42º 0.93% 0.45% -
HSV(B) 270.42º 0.96% 0.87% -
XYZ 20.74 9.28 70.51 -
YUV 65.1 217.11 165.02 -
System Red Green Blue C M Y K H S L
Decimal 117 8 223 0.48 0.96 0 0.13 270.42 0.93 0.45
Hex 75 8 DF 30 60 0 D 10E 5D 2D
Octal 165 10 337 60 140 0 15 416 135 55
Binary 1110101 1000 11011111 110000 1100000 0 1101 100001110 1011101 101101

Color Harmonies of #7508DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7508DF

Black with #7508DF

Text Example


Text Example

White with #7508DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7508DF; }

 p { color: rgb(117,8,223); }

 H1.HeaderClassName
 {
   color: #7508DF;
 }
 .AnyTagClassName
 {
   color: #7508DF;
 }
</style>

background-color css

<style>
 a { background-color: #7508DF; }

 a { background-color: rgb(117,8,223); }

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

border-color css

<style>
 span { border-color: #7508DF; }

 span { border-color: rgb(117,8,223); }

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