#7B509E

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

Shades of Studio #7B509E

Tints of Studio #7B509E

Color information

#7B509E (or 0x7B509E) is unknown color: approx Studio. HEX triplet: 7B, 50 and 9E. RGB value is (123,80,158). Sum of RGB (Red+Green+Blue) = 123+80+158=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B509E is #84AF61. Grayscale: #656565. Windows color (decimal): -8695650 or 10375291. OLE color: 10375291.

HSL color Cylindrical-coordinate representation of color #7B509E: hue angle of 273.08º 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 #7B509E is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12380158-
CMYK0.220.4900.38
HSL273.08º32.77%46.67%-
HSV(B)273.08º49.37%61.96%-
XYZ17.2112.4233.84-
YUV101.75159.75143.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.07%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=34.07%
G=22.16%
B=43.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123801580.220.4900.38273.0832.7746.67
Hex7B509E1631026111212f
Octal17312023626610464214157
Binary1111011101000010011110101101100010100110100010001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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