Html Css Color HEX #7D5C98 Studio

📋 copy color: '#7D5C98'

red 125 ◦ green 92 ◦ blue 152

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

Shades of Studio #7D5C98

Tints of Studio #7D5C98

RGB

 RED value IS 125 (49.22% from 255) = 33.88%

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

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

R = 33.88%
G = 24.93%
B = 41.19%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7D5C98 (or 0x7D5C98) is known color: Studio. HEX triplet: 7D, 5C and 98. RGB value is (125,92,152). Sum of RGB (Red+Green+Blue) = 125+92+152=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D5C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5C98 is #82A367. Grayscale: #6C6C6C. Windows color (decimal): -8561512 or 9985149. OLE color: 9985149.

HSL color Cylindrical-coordinate representation of color #7D5C98: hue angle of 273º 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 #7D5C98 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 92 152 -
CMYK 0.18 0.39 0 0.40
HSL 273º 0.25% 0.48% -
HSV(B) 273º 0.39% 0.6% -
XYZ 17.95 14.28 31.52 -
YUV 108.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 125 92 152 0.18 0.39 0 0.40 273 0.25 0.48
Hex 7D 5C 98 12 27 0 28 111 19 30
Octal 175 134 230 22 47 0 50 421 31 60
Binary 1111101 1011100 10011000 10010 100111 0 101000 100010001 11001 110000

Color Harmonies of #7D5C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5C98

Black with #7D5C98

Text Example


Text Example

White with #7D5C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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