#7B499E

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

Shades of Studio #7B499E

Tints of Studio #7B499E

Color information

#7B499E (or 0x7B499E) is unknown color: approx Studio. HEX triplet: 7B, 49 and 9E. RGB value is (123,73,158). Sum of RGB (Red+Green+Blue) = 123+73+158=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B499E is #84B661. Grayscale: #616161. Windows color (decimal): -8697442 or 10373499. OLE color: 10373499.

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

Color convert

RGB12373158-
CMYK0.220.5400.38
HSL275.29º36.8%45.29%-
HSV(B)275.29º53.8%61.96%-
XYZ16.7211.4433.68-
YUV97.64162.06146.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.75%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=34.75%
G=20.62%
B=44.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123731580.220.5400.38275.2936.845.29
Hex7B499E1636026113252d
Octal17311123626660464234555
Binary1111011100100110011110101101101100100110100010011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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