Html Css Color HEX #7D509C Studio

📋 copy color: '#7D509C'

red 125 ◦ green 80 ◦ blue 156

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

Shades of Studio #7D509C

Tints of Studio #7D509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 34.63%
G = 22.16%
B = 43.21%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D509C (or 0x7D509C) is known color: Studio. HEX triplet: 7D, 50 and 9C. RGB value is (125,80,156). Sum of RGB (Red+Green+Blue) = 125+80+156=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D509C is #82AF63. Grayscale: #656565. Windows color (decimal): -8564580 or 10244221. OLE color: 10244221.

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

Color convert

RGB 125 80 156 -
CMYK 0.20 0.49 0 0.39
HSL 275.53º 0.32% 0.46% -
HSV(B) 275.53º 0.49% 0.61% -
XYZ 17.33 12.5 32.95 -
YUV 102.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 125 80 156 0.20 0.49 0 0.39 275.53 0.32 0.46
Hex 7D 50 9C 14 31 0 27 114 20 2E
Octal 175 120 234 24 61 0 47 424 40 56
Binary 1111101 1010000 10011100 10100 110001 0 100111 100010100 100000 101110

Color Harmonies of #7D509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D509C

Black with #7D509C

Text Example


Text Example

White with #7D509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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