Html Css Color HEX #7D4EBC Studio

📋 copy color: '#7D4EBC'

red 125 ◦ green 78 ◦ blue 188

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

Shades of Studio #7D4EBC

Tints of Studio #7D4EBC

RGB

 RED value IS 125 (49.22% from 255) = 31.97%

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

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

R = 31.97%
G = 19.95%
B = 48.08%

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

#7D4EBC (or 0x7D4EBC) is known color: Studio. HEX triplet: 7D, 4E and BC. RGB value is (125,78,188). Sum of RGB (Red+Green+Blue) = 125+78+188=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D4EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4EBC is #82B143. Grayscale: #686868. Windows color (decimal): -8565060 or 12340861. OLE color: 12340861.

HSL color Cylindrical-coordinate representation of color #7D4EBC: hue angle of 265.64º 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 #7D4EBC is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 78 188 -
CMYK 0.34 0.59 0 0.26
HSL 265.64º 0.45% 0.52% -
HSV(B) 265.64º 0.59% 0.74% -
XYZ 20.26 13.44 49.1 -
YUV 104.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 125 78 188 0.34 0.59 0 0.26 265.64 0.45 0.52
Hex 7D 4E BC 22 3B 0 1A 10A 2D 34
Octal 175 116 274 42 73 0 32 412 55 64
Binary 1111101 1001110 10111100 100010 111011 0 11010 100001010 101101 110100

Color Harmonies of #7D4EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4EBC

Black with #7D4EBC

Text Example


Text Example

White with #7D4EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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