Html Css Color HEX #7E589D Studio

📋 copy color: '#7E589D'

red 126 ◦ green 88 ◦ blue 157

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

Shades of Studio #7E589D

Tints of Studio #7E589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 33.96%
G = 23.72%
B = 42.32%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E589D (or 0x7E589D) is known color: Studio. HEX triplet: 7E, 58 and 9D. RGB value is (126,88,157). Sum of RGB (Red+Green+Blue) = 126+88+157=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E589D is #81A762. Grayscale: #6A6A6A. Windows color (decimal): -8496995 or 10311806. OLE color: 10311806.

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

Color convert

RGB 126 88 157 -
CMYK 0.20 0.44 0 0.38
HSL 273.04º 0.28% 0.48% -
HSV(B) 273.04º 0.44% 0.62% -
XYZ 18.18 13.85 33.61 -
YUV 107.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 126 88 157 0.20 0.44 0 0.38 273.04 0.28 0.48
Hex 7E 58 9D 14 2C 0 26 111 1C 30
Octal 176 130 235 24 54 0 46 421 34 60
Binary 1111110 1011000 10011101 10100 101100 0 100110 100010001 11100 110000

Color Harmonies of #7E589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E589D

Black with #7E589D

Text Example


Text Example

White with #7E589D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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