Html Css Color HEX #7E5499 Studio

📋 copy color: '#7E5499'

red 126 ◦ green 84 ◦ blue 153

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

Shades of Studio #7E5499

Tints of Studio #7E5499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.14%

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 34.71%
G = 23.14%
B = 42.15%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7E5499 (or 0x7E5499) is known color: Studio. HEX triplet: 7E, 54 and 99. RGB value is (126,84,153). Sum of RGB (Red+Green+Blue) = 126+84+153=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E5499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5499 is #81AB66. Grayscale: #686868. Windows color (decimal): -8498023 or 10048638. OLE color: 10048638.

HSL color Cylindrical-coordinate representation of color #7E5499: hue angle of 276.52º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E5499 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 126 84 153 -
CMYK 0.18 0.45 0 0.4
HSL 276.52º 0.29% 0.46% -
HSV(B) 276.52º 0.45% 0.6% -
XYZ 17.52 13.08 31.74 -
YUV 104.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 126 84 153 0.18 0.45 0 0.4 276.52 0.29 0.46
Hex 7E 54 99 12 2D 0 28 115 1D 2E
Octal 176 124 231 22 55 0 50 425 35 56
Binary 1111110 1010100 10011001 10010 101101 0 101000 100010101 11101 101110

Color Harmonies of #7E5499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5499

Black with #7E5499

Text Example


Text Example

White with #7E5499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,84,153); }

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

background-color css

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

 a { background-color: rgb(126,84,153); }

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

border-color css

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

 span { border-color: rgb(126,84,153); }

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