#7B499B

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

Shades of Studio #7B499B

Tints of Studio #7B499B

Color information

#7B499B (or 0x7B499B) is unknown color: approx Studio. HEX triplet: 7B, 49 and 9B. RGB value is (123,73,155). Sum of RGB (Red+Green+Blue) = 123+73+155=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B499B is #84B664. Grayscale: #616161. Windows color (decimal): -8697445 or 10176891. OLE color: 10176891.

HSL color Cylindrical-coordinate representation of color #7B499B: hue angle of 276.59º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B499B is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12373155-
CMYK0.210.5300.39
HSL276.59º35.96%44.71%-
HSV(B)276.59º52.9%60.78%-
XYZ16.4711.3432.33-
YUV97.3160.56146.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.04%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=35.04%
G=20.80%
B=44.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123731550.210.5300.39276.5935.9644.71
Hex7B499B1535027115242d
Octal17311123325650474254455
Binary1111011100100110011011101011101010100111100010101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,73,155); }

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

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

 a { background-color: rgb(123,73,155); }

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

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

 span { border-color: rgb(123,73,155); }

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