Html Css Color HEX #7C509C Studio

📋 copy color: '#7C509C'

red 124 ◦ green 80 ◦ blue 156

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

Shades of Studio #7C509C

Tints of Studio #7C509C

RGB

 RED value IS 124 (48.83% from 255) = 34.44%

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

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

R = 34.44%
G = 22.22%
B = 43.33%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7C509C (or 0x7C509C) is known color: Studio. HEX triplet: 7C, 50 and 9C. RGB value is (124,80,156). Sum of RGB (Red+Green+Blue) = 124+80+156=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C509C is #83AF63. Grayscale: #656565. Windows color (decimal): -8630116 or 10244220. OLE color: 10244220.

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

Color convert

RGB 124 80 156 -
CMYK 0.21 0.49 0 0.39
HSL 274.74º 0.32% 0.46% -
HSV(B) 274.74º 0.49% 0.61% -
XYZ 17.18 12.42 32.94 -
YUV 101.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 124 80 156 0.21 0.49 0 0.39 274.74 0.32 0.46
Hex 7C 50 9C 15 31 0 27 113 20 2E
Octal 174 120 234 25 61 0 47 423 40 56
Binary 1111100 1010000 10011100 10101 110001 0 100111 100010011 100000 101110

Color Harmonies of #7C509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C509C

Black with #7C509C

Text Example


Text Example

White with #7C509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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