Html Css Color HEX #7A509E Studio

📋 copy color: '#7A509E'

red 122 ◦ green 80 ◦ blue 158

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

Shades of Studio #7A509E

Tints of Studio #7A509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.89%

R = 33.89%
G = 22.22%
B = 43.89%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A509E (or 0x7A509E) is known color: Studio. HEX triplet: 7A, 50 and 9E. RGB value is (122,80,158). Sum of RGB (Red+Green+Blue) = 122+80+158=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A509E is #85AF61. Grayscale: #656565. Windows color (decimal): -8761186 or 10375290. OLE color: 10375290.

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

Color convert

RGB 122 80 158 -
CMYK 0.23 0.49 0 0.38
HSL 272.31º 0.33% 0.47% -
HSV(B) 272.31º 0.49% 0.62% -
XYZ 17.07 12.34 33.83 -
YUV 101.45 159.91 142.66 -
System Red Green Blue C M Y K H S L
Decimal 122 80 158 0.23 0.49 0 0.38 272.31 0.33 0.47
Hex 7A 50 9E 17 31 0 26 110 21 2F
Octal 172 120 236 27 61 0 46 420 41 57
Binary 1111010 1010000 10011110 10111 110001 0 100110 100010000 100001 101111

Color Harmonies of #7A509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A509E

Black with #7A509E

Text Example


Text Example

White with #7A509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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