Html Css Color HEX #7E4EBD Studio

📋 copy color: '#7E4EBD'

red 126 ◦ green 78 ◦ blue 189

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

Shades of Studio #7E4EBD

Tints of Studio #7E4EBD

RGB

 RED value IS 126 (49.61% from 255) = 32.06%

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

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 32.06%
G = 19.85%
B = 48.09%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E4EBD (or 0x7E4EBD) is known color: Studio. HEX triplet: 7E, 4E and BD. RGB value is (126,78,189). Sum of RGB (Red+Green+Blue) = 126+78+189=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E4EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4EBD is #81B142. Grayscale: #686868. Windows color (decimal): -8499523 or 12406398. OLE color: 12406398.

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

Color convert

RGB 126 78 189 -
CMYK 0.33 0.59 0 0.26
HSL 265.95º 0.46% 0.52% -
HSV(B) 265.95º 0.59% 0.74% -
XYZ 20.51 13.56 49.68 -
YUV 105.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 126 78 189 0.33 0.59 0 0.26 265.95 0.46 0.52
Hex 7E 4E BD 21 3B 0 1A 10A 2E 34
Octal 176 116 275 41 73 0 32 412 56 64
Binary 1111110 1001110 10111101 100001 111011 0 11010 100001010 101110 110100

Color Harmonies of #7E4EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4EBD

Black with #7E4EBD

Text Example


Text Example

White with #7E4EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,78,189); }

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

background-color css

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

 a { background-color: rgb(126,78,189); }

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

border-color css

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

 span { border-color: rgb(126,78,189); }

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