Html Css Color HEX #7E5C98 Studio

📋 copy color: '#7E5C98'

red 126 ◦ green 92 ◦ blue 152

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

Shades of Studio #7E5C98

Tints of Studio #7E5C98

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 152 (59.77% from 255) = 41.08%

R = 34.05%
G = 24.86%
B = 41.08%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7E5C98 (or 0x7E5C98) is known color: Studio. HEX triplet: 7E, 5C and 98. RGB value is (126,92,152). Sum of RGB (Red+Green+Blue) = 126+92+152=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E5C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5C98 is #81A367. Grayscale: #6C6C6C. Windows color (decimal): -8495976 or 9985150. OLE color: 9985150.

HSL color Cylindrical-coordinate representation of color #7E5C98: hue angle of 274º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E5C98 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 126 92 152 -
CMYK 0.17 0.39 0 0.40
HSL 274º 0.25% 0.48% -
HSV(B) 274º 0.39% 0.6% -
XYZ 18.1 14.36 31.52 -
YUV 109.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 126 92 152 0.17 0.39 0 0.40 274 0.25 0.48
Hex 7E 5C 98 11 27 0 28 112 19 30
Octal 176 134 230 21 47 0 50 422 31 60
Binary 1111110 1011100 10011000 10001 100111 0 101000 100010010 11001 110000

Color Harmonies of #7E5C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5C98

Black with #7E5C98

Text Example


Text Example

White with #7E5C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,92,152); }

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

background-color css

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

 a { background-color: rgb(126,92,152); }

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

border-color css

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

 span { border-color: rgb(126,92,152); }

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