Html Css Color HEX #7C4EBC Studio

📋 copy color: '#7C4EBC'

red 124 ◦ green 78 ◦ blue 188

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

Shades of Studio #7C4EBC

Tints of Studio #7C4EBC

RGB

 RED value IS 124 (48.83% from 255) = 31.79%

 GREEN value IS 78 (30.86% from 255) = 20%

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 31.79%
G = 20%
B = 48.21%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C4EBC (or 0x7C4EBC) is known color: Studio. HEX triplet: 7C, 4E and BC. RGB value is (124,78,188). Sum of RGB (Red+Green+Blue) = 124+78+188=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C4EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4EBC is #83B143. Grayscale: #676767. Windows color (decimal): -8630596 or 12340860. OLE color: 12340860.

HSL color Cylindrical-coordinate representation of color #7C4EBC: hue angle of 265.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C4EBC is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 78 188 -
CMYK 0.34 0.59 0 0.26
HSL 265.09º 0.45% 0.52% -
HSV(B) 265.09º 0.59% 0.74% -
XYZ 20.11 13.36 49.1 -
YUV 104.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 124 78 188 0.34 0.59 0 0.26 265.09 0.45 0.52
Hex 7C 4E BC 22 3B 0 1A 109 2D 34
Octal 174 116 274 42 73 0 32 411 55 64
Binary 1111100 1001110 10111100 100010 111011 0 11010 100001001 101101 110100

Color Harmonies of #7C4EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4EBC

Black with #7C4EBC

Text Example


Text Example

White with #7C4EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C4EBC; }

 p { color: rgb(124,78,188); }

 H1.HeaderClassName
 {
   color: #7C4EBC;
 }
 .AnyTagClassName
 {
   color: #7C4EBC;
 }
</style>

background-color css

<style>
 a { background-color: #7C4EBC; }

 a { background-color: rgb(124,78,188); }

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

border-color css

<style>
 span { border-color: #7C4EBC; }

 span { border-color: rgb(124,78,188); }

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