Html Css Color HEX #7E4DBD Studio

📋 copy color: '#7E4DBD'

red 126 ◦ green 77 ◦ blue 189

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

Shades of Studio #7E4DBD

Tints of Studio #7E4DBD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.64%

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

R = 32.14%
G = 19.64%
B = 48.21%

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

#7E4DBD (or 0x7E4DBD) is known color: Studio. HEX triplet: 7E, 4D and BD. RGB value is (126,77,189). Sum of RGB (Red+Green+Blue) = 126+77+189=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E4DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4DBD is #81B242. Grayscale: #686868. Windows color (decimal): -8499779 or 12406142. OLE color: 12406142.

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

Color convert

RGB 126 77 189 -
CMYK 0.33 0.59 0 0.26
HSL 266.25º 0.46% 0.52% -
HSV(B) 266.25º 0.59% 0.74% -
XYZ 20.44 13.42 49.66 -
YUV 104.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 126 77 189 0.33 0.59 0 0.26 266.25 0.46 0.52
Hex 7E 4D BD 21 3B 0 1A 10A 2E 34
Octal 176 115 275 41 73 0 32 412 56 64
Binary 1111110 1001101 10111101 100001 111011 0 11010 100001010 101110 110100

Color Harmonies of #7E4DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4DBD

Black with #7E4DBD

Text Example


Text Example

White with #7E4DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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