Html Css Color HEX #7E50BA Studio

📋 copy color: '#7E50BA'

red 126 ◦ green 80 ◦ blue 186

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

Shades of Studio #7E50BA

Tints of Studio #7E50BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 32.14%
G = 20.41%
B = 47.45%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E50BA (or 0x7E50BA) is known color: Studio. HEX triplet: 7E, 50 and BA. RGB value is (126,80,186). Sum of RGB (Red+Green+Blue) = 126+80+186=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E50BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E50BA is #81AF45. Grayscale: #696969. Windows color (decimal): -8499014 or 12210302. OLE color: 12210302.

HSL color Cylindrical-coordinate representation of color #7E50BA: hue angle of 266.04º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E50BA is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 80 186 -
CMYK 0.32 0.57 0 0.27
HSL 266.04º 0.43% 0.52% -
HSV(B) 266.04º 0.57% 0.73% -
XYZ 20.34 13.72 48.03 -
YUV 105.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 126 80 186 0.32 0.57 0 0.27 266.04 0.43 0.52
Hex 7E 50 BA 20 39 0 1B 10A 2B 34
Octal 176 120 272 40 71 0 33 412 53 64
Binary 1111110 1010000 10111010 100000 111001 0 11011 100001010 101011 110100

Color Harmonies of #7E50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E50BA

Black with #7E50BA

Text Example


Text Example

White with #7E50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,80,186); }

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

background-color css

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

 a { background-color: rgb(126,80,186); }

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

border-color css

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

 span { border-color: rgb(126,80,186); }

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