Html Css Color HEX #7A509D Studio

📋 copy color: '#7A509D'

red 122 ◦ green 80 ◦ blue 157

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

Shades of Studio #7A509D

Tints of Studio #7A509D

RGB

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

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

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

R = 33.98%
G = 22.28%
B = 43.73%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A509D (or 0x7A509D) is known color: Studio. HEX triplet: 7A, 50 and 9D. RGB value is (122,80,157). Sum of RGB (Red+Green+Blue) = 122+80+157=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A509D is #85AF62. Grayscale: #656565. Windows color (decimal): -8761187 or 10309754. OLE color: 10309754.

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

Color convert

RGB 122 80 157 -
CMYK 0.22 0.49 0 0.38
HSL 272.73º 0.32% 0.46% -
HSV(B) 272.73º 0.49% 0.62% -
XYZ 16.98 12.31 33.38 -
YUV 101.34 159.41 142.74 -
System Red Green Blue C M Y K H S L
Decimal 122 80 157 0.22 0.49 0 0.38 272.73 0.32 0.46
Hex 7A 50 9D 16 31 0 26 111 20 2E
Octal 172 120 235 26 61 0 46 421 40 56
Binary 1111010 1010000 10011101 10110 110001 0 100110 100010001 100000 101110

Color Harmonies of #7A509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A509D

Black with #7A509D

Text Example


Text Example

White with #7A509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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