Html Css Color HEX #7D509D Studio

📋 copy color: '#7D509D'

red 125 ◦ green 80 ◦ blue 157

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

Shades of Studio #7D509D

Tints of Studio #7D509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

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

R = 34.53%
G = 22.1%
B = 43.37%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D509D (or 0x7D509D) is known color: Studio. HEX triplet: 7D, 50 and 9D. RGB value is (125,80,157). Sum of RGB (Red+Green+Blue) = 125+80+157=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D509D is #82AF62. Grayscale: #656565. Windows color (decimal): -8564579 or 10309757. OLE color: 10309757.

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

Color convert

RGB 125 80 157 -
CMYK 0.20 0.49 0 0.38
HSL 275.06º 0.32% 0.46% -
HSV(B) 275.06º 0.49% 0.62% -
XYZ 17.41 12.53 33.4 -
YUV 102.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 125 80 157 0.20 0.49 0 0.38 275.06 0.32 0.46
Hex 7D 50 9D 14 31 0 26 113 20 2E
Octal 175 120 235 24 61 0 46 423 40 56
Binary 1111101 1010000 10011101 10100 110001 0 100110 100010011 100000 101110

Color Harmonies of #7D509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D509D

Black with #7D509D

Text Example


Text Example

White with #7D509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,80,157); }

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

background-color css

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

 a { background-color: rgb(125,80,157); }

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

border-color css

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

 span { border-color: rgb(125,80,157); }

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