Html Css Color HEX #7E509D Studio

📋 copy color: '#7E509D'

red 126 ◦ green 80 ◦ blue 157

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

Shades of Studio #7E509D

Tints of Studio #7E509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 34.71%
G = 22.04%
B = 43.25%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E509D (or 0x7E509D) is known color: Studio. HEX triplet: 7E, 50 and 9D. RGB value is (126,80,157). Sum of RGB (Red+Green+Blue) = 126+80+157=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E509D is #81AF62. Grayscale: #666666. Windows color (decimal): -8499043 or 10309758. OLE color: 10309758.

HSL color Cylindrical-coordinate representation of color #7E509D: hue angle of 275.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E509D is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 80 157 -
CMYK 0.20 0.49 0 0.38
HSL 275.84º 0.32% 0.46% -
HSV(B) 275.84º 0.49% 0.62% -
XYZ 17.56 12.61 33.41 -
YUV 102.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 126 80 157 0.20 0.49 0 0.38 275.84 0.32 0.46
Hex 7E 50 9D 14 31 0 26 114 20 2E
Octal 176 120 235 24 61 0 46 424 40 56
Binary 1111110 1010000 10011101 10100 110001 0 100110 100010100 100000 101110

Color Harmonies of #7E509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E509D

Black with #7E509D

Text Example


Text Example

White with #7E509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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