#7A5C9E

Color #7A5C9E Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7A5C9E

Tints of Studio #7A5C9E

Color information

#7A5C9E (or 0x7A5C9E) is unknown color: approx Studio. HEX triplet: 7A, 5C and 9E. RGB value is (122,92,158). Sum of RGB (Red+Green+Blue) = 122+92+158=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A5C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5C9E is #85A361. Grayscale: #6C6C6C. Windows color (decimal): -8758114 or 10378362. OLE color: 10378362.

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

Color convert

RGB12292158-
CMYK0.230.4200.38
HSL267.27º26.4%49.02%-
HSV(B)267.27º41.77%61.96%-
XYZ18.0214.2634.15-
YUV108.49155.94137.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.80%
GREEN value IS 92 (36.33% from 255) = 24.73%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=32.80%
G=24.73%
B=42.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122921580.230.4200.38267.2726.449.02
Hex7A5C9E172A02610b1a31
Octal17213423627520464133261
Binary111101010111001001111010111101010010011010000101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A5C9E;
 }
 .AnyTagClassName
 {
   color: #7A5C9E;
 }
</style>
background-color css

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

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

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

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

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

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