Html Css Color HEX #7A509C Studio

📋 copy color: '#7A509C'

red 122 ◦ green 80 ◦ blue 156

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

Shades of Studio #7A509C

Tints of Studio #7A509C

RGB

 RED value IS 122 (48.05% from 255) = 34.08%

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

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

R = 34.08%
G = 22.35%
B = 43.58%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A509C (or 0x7A509C) is known color: Studio. HEX triplet: 7A, 50 and 9C. RGB value is (122,80,156). Sum of RGB (Red+Green+Blue) = 122+80+156=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A509C is #85AF63. Grayscale: #646464. Windows color (decimal): -8761188 or 10244218. OLE color: 10244218.

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

Color convert

RGB 122 80 156 -
CMYK 0.22 0.49 0 0.39
HSL 273.16º 0.32% 0.46% -
HSV(B) 273.16º 0.49% 0.61% -
XYZ 16.9 12.28 32.93 -
YUV 101.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 122 80 156 0.22 0.49 0 0.39 273.16 0.32 0.46
Hex 7A 50 9C 16 31 0 27 111 20 2E
Octal 172 120 234 26 61 0 47 421 40 56
Binary 1111010 1010000 10011100 10110 110001 0 100111 100010001 100000 101110

Color Harmonies of #7A509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A509C

Black with #7A509C

Text Example


Text Example

White with #7A509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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