#7B559E

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

Shades of Studio #7B559E

Tints of Studio #7B559E

Color information

#7B559E (or 0x7B559E) is unknown color: approx Studio. HEX triplet: 7B, 55 and 9E. RGB value is (123,85,158). Sum of RGB (Red+Green+Blue) = 123+85+158=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B559E is #84AA61. Grayscale: #686868. Windows color (decimal): -8694370 or 10376571. OLE color: 10376571.

HSL color Cylindrical-coordinate representation of color #7B559E: hue angle of 271.23º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B559E is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12385158-
CMYK0.220.4600.38
HSL271.23º30.04%47.65%-
HSV(B)271.23º46.2%61.96%-
XYZ17.5913.1833.96-
YUV104.68158.09141.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.61%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=33.61%
G=23.22%
B=43.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123851580.220.4600.38271.2330.0447.65
Hex7B559E162E02610f1e30
Octal17312523626560464173660
Binary111101110101011001111010110101110010011010000111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,85,158); }

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

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

 a { background-color: rgb(123,85,158); }

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

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

 span { border-color: rgb(123,85,158); }

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