Html Css Color HEX #7E5E9F Studio

📋 copy color: '#7E5E9F'

red 126 ◦ green 94 ◦ blue 159

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

Shades of Studio #7E5E9F

Tints of Studio #7E5E9F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 33.25%
G = 24.8%
B = 41.95%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E5E9F (or 0x7E5E9F) is known color: Studio. HEX triplet: 7E, 5E and 9F. RGB value is (126,94,159). Sum of RGB (Red+Green+Blue) = 126+94+159=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E5E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5E9F is #81A160. Grayscale: #6E6E6E. Windows color (decimal): -8495457 or 10444414. OLE color: 10444414.

HSL color Cylindrical-coordinate representation of color #7E5E9F: hue angle of 269.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E5E9F is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 94 159 -
CMYK 0.21 0.41 0 0.38
HSL 269.54º 0.26% 0.5% -
HSV(B) 269.54º 0.41% 0.62% -
XYZ 18.86 14.94 34.69 -
YUV 110.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 126 94 159 0.21 0.41 0 0.38 269.54 0.26 0.5
Hex 7E 5E 9F 15 29 0 26 10E 1A 32
Octal 176 136 237 25 51 0 46 416 32 62
Binary 1111110 1011110 10011111 10101 101001 0 100110 100001110 11010 110010

Color Harmonies of #7E5E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5E9F

Black with #7E5E9F

Text Example


Text Example

White with #7E5E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,94,159); }

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

background-color css

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

 a { background-color: rgb(126,94,159); }

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

border-color css

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

 span { border-color: rgb(126,94,159); }

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